aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/cua-gmrk.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el
index 195bba1f317..6f6b9fce130 100644
--- a/lisp/emulation/cua-gmrk.el
+++ b/lisp/emulation/cua-gmrk.el
@@ -87,9 +87,11 @@
87 87
88(defun cua-toggle-global-mark (stay) 88(defun cua-toggle-global-mark (stay)
89 "Set or cancel the global marker. 89 "Set or cancel the global marker.
90When the global marker is set, CUA cut and copy commands will automatically 90When the global marker is set, CUA cut and copy commands will
91insert the deleted or copied text before the global marker, even when the 91automatically insert the inserted, deleted or copied text before
92global marker is in another buffer. 92the global marker, even when the global marker is in another
93buffer.
94
93If the global marker isn't set, set the global marker at point in the current 95If the global marker isn't set, set the global marker at point in the current
94buffer. Otherwise jump to the global marker position and cancel it. 96buffer. Otherwise jump to the global marker position and cancel it.
95With prefix argument, don't jump to global mark when canceling it." 97With prefix argument, don't jump to global mark when canceling it."