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

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

[elpa] externals/speedrect 685478097b 23/90: mention [N]umbers


From: ELPA Syncer
Subject: [elpa] externals/speedrect 685478097b 23/90: mention [N]umbers
Date: Fri, 6 Dec 2024 18:59:10 -0500 (EST)

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

    mention [N]umbers
---
 README.md    | 3 ++-
 speedrect.el | 9 +++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 4dcbb436e7..2a4259b843 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,8 @@ Shift Rectangle (can use numeric prefixes):
 Copy/Yank:
   [w] copy      copy rectangle for future yanking
   [y] yank      yank rectangle, inserting at point
-Calc:
+Numerical:
+  [N] numbers   fill the rectangle with numbers (prefix to set start)
   [#] grab      grab the rectangle as a matrix
   [=] across    sum across rows and grab result
   [+] down      sum down the columns and grab result
diff --git a/speedrect.el b/speedrect.el
index bdec856144..fcdd765d71 100644
--- a/speedrect.el
+++ b/speedrect.el
@@ -137,10 +137,11 @@ Note that point and mark will not move beyond the end of 
text on their lines."
             "Copy/Yank:\n\n"
             "  [w] copy      copy rectangle for future yanking\n"
             "  [y] yank      yank rectangle, inserting at point\n\n"
-            "Calc:\n\n"
-            "  [#] grab      grab the rectangle as a matrix\n"
-            "  [=] across    sum across rows and grab result\n"
-            "  [+] down      sum down the columns and grab result\n\n"
+            "Numerical:\n\n"
+            "  [N] numbers   fill the rectangle with numbers (prefix to set 
start)\n"
+            "  [#] grab      grab the rectangle as a matrix in calc\n"
+            "  [=] across    sum across rows and grab result in calc\n"
+            "  [+] down      sum down the columns and grab result in calc\n\n"
             "Etc:\n\n"
             "  [?] help      view this Help buffer\n"
             "  [q] quit      exit rectangle-mark-mode"))



reply via email to

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