emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/objed 9a3ef85 50/59: Update docs for shrink context com


From: Clemens Radermacher
Subject: [elpa] externals/objed 9a3ef85 50/59: Update docs for shrink context command
Date: Sun, 24 Mar 2019 06:06:43 -0400 (EDT)

branch: externals/objed
commit 9a3ef8502213a770b5c3fae4ec2f6f44dca47686
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Update docs for shrink context command
---
 README.asc | 2 +-
 objed.el   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.asc b/README.asc
index 495d188..1c11a7a 100644
--- a/README.asc
+++ b/README.asc
@@ -228,7 +228,7 @@ example. Any whitespace after point is skipped before 
determining the context:
 |Move point to the other side of the current object.
 
 |kbd:[t]
-|Toggle the state of the current object (inner/whole).
+|Shrink object in current context, switchtes to inner object or object inside 
the current one.
 
 |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 501dd0c..fbf2f9b 100644
--- a/objed.el
+++ b/objed.el
@@ -1835,9 +1835,9 @@ Default to sexp at point."
 
 
 (defun objed-shrink-context ()
-  "Toggle state of object.
+  "Shrink current object.
 
-Shrinks to inner objects on repeat if possible."
+Switches to inner object or object inside current one."
   (interactive)
   (if (eq objed--object 'sexp)
       (save-excursion



reply via email to

[Prev in Thread] Current Thread [Next in Thread]