emacs-diffs
[Top][All Lists]
Advanced

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

master 7fe7efe: cua-toggle-global-mark doc string clarification


From: Lars Ingebrigtsen
Subject: master 7fe7efe: cua-toggle-global-mark doc string clarification
Date: Wed, 20 Jan 2021 12:52:26 -0500 (EST)

branch: master
commit 7fe7efe0bbb00a541df1da68ca4cb4af14441fe1
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    cua-toggle-global-mark doc string clarification
    
    * lisp/emulation/cua-gmrk.el (cua-toggle-global-mark): Clarify
    that also inserted characters are affected (bug#8083).
---
 lisp/emulation/cua-gmrk.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el
index 195bba1..6f6b9fc 100644
--- a/lisp/emulation/cua-gmrk.el
+++ b/lisp/emulation/cua-gmrk.el
@@ -87,9 +87,11 @@
 
 (defun cua-toggle-global-mark (stay)
   "Set or cancel the global marker.
-When the global marker is set, CUA cut and copy commands will automatically
-insert the deleted or copied text before the global marker, even when the
-global marker is in another buffer.
+When the global marker is set, CUA cut and copy commands will
+automatically insert the inserted, deleted or copied text before
+the global marker, even when the global marker is in another
+buffer.
+
 If the global marker isn't set, set the global marker at point in the current
 buffer.  Otherwise jump to the global marker position and cancel it.
 With prefix argument, don't jump to global mark when canceling it."



reply via email to

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