]> git.eshelyaron.com Git - emacs.git/commitdiff
cua-toggle-global-mark doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 20 Jan 2021 17:52:17 +0000 (18:52 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 20 Jan 2021 17:52:21 +0000 (18:52 +0100)
* lisp/emulation/cua-gmrk.el (cua-toggle-global-mark): Clarify
that also inserted characters are affected (bug#8083).

lisp/emulation/cua-gmrk.el

index 195bba1f317afb743cd55ae10d2d0ea417fa2772..6f6b9fce13034052ba8b18867dc9448d8d4e7bce 100644 (file)
 
 (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."