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

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

[elpa] externals/speedrect 0ea0dba568 20/90: more doc tweaks


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

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

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

diff --git a/README.md b/README.md
index a9650ffb74..cfeed7570a 100644
--- a/README.md
+++ b/README.md
@@ -60,9 +60,9 @@ Copy/Yank:
   [w] copy      copy rectangle for future yanking
   [y] yank      yank rectangle, inserting at point
 Calc:
-  [#] grab      grab the rectangle as a matrix in calc
-  [=] across    sum across rows and grab result in calc
-  [+] down      sum down the columns and grab result in calc
+  [#] grab      grab the rectangle as a matrix
+  [=] across    sum across rows and grab result
+  [+] down      sum down the columns and grab result
 Etc:
   [?] help      view this Help buffer
   [q] quit      exit rectangle-mark-mode
diff --git a/speedrect.el b/speedrect.el
index d9669c7dc4..bdec856144 100644
--- a/speedrect.el
+++ b/speedrect.el
@@ -138,9 +138,9 @@ Note that point and mark will not move beyond the end of 
text on their lines."
             "  [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 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"
+            "  [#] 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"
             "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]