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

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

[elpa] externals/speedrect 38ba3c56ff 19/90: doc tweaks


From: ELPA Syncer
Subject: [elpa] externals/speedrect 38ba3c56ff 19/90: doc tweaks
Date: Fri, 6 Dec 2024 18:59:09 -0500 (EST)

branch: externals/speedrect
commit 38ba3c56ff2000d67317686762e71a92cc57117b
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    doc tweaks
---
 README.md    | 2 +-
 speedrect.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ab01a79f02..a9650ffb74 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Killing:
   [d] delete    kill rectangle without saving
   [SPC] del-ws  delete all whitespace, starting from left column
   [c] clear     clear rectangle area by overwriting with spaces
-  [r] rest      delete the rest of the lines, keeping the marked rectangle
+  [r] rest      delete the rest of the columns, keeping the marked rectangle
 Change Rectangle:
   [n] new       start a new rectangle from this location
   [l] last      restore the last used rectangle position, if possible
diff --git a/speedrect.el b/speedrect.el
index 6c7a855621..d9669c7dc4 100644
--- a/speedrect.el
+++ b/speedrect.el
@@ -125,7 +125,7 @@ Note that point and mark will not move beyond the end of 
text on their lines."
             "  [d] delete    kill rectangle without saving\n"
             "  [SPC] del-ws  delete all whitespace, starting from left 
column\n"
             "  [c] clear     clear rectangle area by overwriting with spaces\n"
-            "  [r] rest      delete the rest of the lines, keeping the marked 
rectangle\n\n"
+            "  [r] rest      delete the rest of the columns, keeping the 
marked rectangle\n\n"
             "Change Rectangle:\n\n"
             "  [n] new       start a new rectangle from this location\n"
             "  [l] last      restore the last used rectangle position, if 
possible\n\n"



reply via email to

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