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

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

[elpa] externals/speedrect 0f00af4c67 62/90: docstring tweak


From: ELPA Syncer
Subject: [elpa] externals/speedrect 0f00af4c67 62/90: docstring tweak
Date: Fri, 6 Dec 2024 18:59:16 -0500 (EST)

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

    docstring tweak
---
 speedrect.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/speedrect.el b/speedrect.el
index cbffce02e4..b2ca652a5f 100644
--- a/speedrect.el
+++ b/speedrect.el
@@ -312,7 +312,7 @@ Many/most rectangle commands deactivate mark and exit
 `rectangle-mark-mode'.  This stashes the rectangle before such
 commands, and, if custom option `speedrect-continue' is non-nil,
 restarts with the same rectangle.  If AFTER is non-nil, stash the
-rectangle after the command runs."
+rectangle after the command runs, otherwise, stash it before."
   (lambda ()
     (interactive)
     (unless after (speedrect-stash))



reply via email to

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