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).
This commit is contained in:
parent
bd423b8699
commit
7fe7efe0bb
1 changed files with 5 additions and 3 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue