branch: externals/objed commit 470575e2436550a15e417d79308dffa22c6b7e80 Author: Clemens Radermacher <clem...@posteo.net> Commit: Clemens Radermacher <clem...@posteo.net>
Update docs. --- README.asc | 2 +- objed.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.asc b/README.asc index 5c57b44..db7f245 100644 --- a/README.asc +++ b/README.asc @@ -233,7 +233,7 @@ example. Any whitespace after point is skipped before determining the context: |Move point to the other side of the current object. |kbd:[t] -|Shrink object in current context, switchtes to inner object or object inside the current one. +|Toggle object state. Switches between inner and whole object state. |kbd:[[/\]] |If coming from basic movement the object at point is guessed based on context. Point is moved to the beginning/end of object at point. This is useful to "jump out" of the current context. On repeat move to the previous/next instance of current object type diff --git a/objed.el b/objed.el index bc69932..fb86a52 100644 --- a/objed.el +++ b/objed.el @@ -1908,9 +1908,9 @@ Default to sexp at point." (goto-char (objed--beg))))))) (defun objed-toggle-state () - "Shrink current object. + "Toggle object state. -Switches to inner object or object inside current one." +Switches between inner and whole object state." (interactive) (objed--toggle-state))