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

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

[elpa] externals/speedrect 395c578693 25/90: doc tweaks


From: ELPA Syncer
Subject: [elpa] externals/speedrect 395c578693 25/90: doc tweaks
Date: Fri, 6 Dec 2024 18:59:10 -0500 (EST)

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

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

diff --git a/README.md b/README.md
index 4cae406939..dca0e579e8 100644
--- a/README.md
+++ b/README.md
@@ -67,9 +67,9 @@ Copy/Yank:
   [y] yank      yank rectangle, inserting at point
 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
+  [#] grab      grab the rectangle as a matrix in calc
+  [=] across    sum across rows and grab result in calc as a vector
+  [+] down      sum down the columns and grab result in calc
 Etc:
   [?] help      view this Help buffer
   [q] quit      exit rectangle-mark-mode
diff --git a/speedrect.el b/speedrect.el
index 376423e93b..ea17787134 100644
--- a/speedrect.el
+++ b/speedrect.el
@@ -140,7 +140,7 @@ Note that point and mark will not move beyond the end of 
text on their lines."
             "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"
+            "  [=] across    sum across rows and grab result in calc as a 
vector\n"
             "  [+] down      sum down the columns and grab result in calc\n\n"
             "Etc:\n\n"
             "  [?] help      view this Help buffer\n"



reply via email to

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