; * lisp/simple.el (save-interprogram-paste-before-kill): Fix documentation.
This commit is contained in:
parent
dc7fdee08c
commit
c8bda0555c
1 changed files with 1 additions and 1 deletions
|
@ -4324,7 +4324,7 @@ ring directly.")
|
|||
A non-nil value ensures that Emacs kill operations do not
|
||||
irrevocably overwrite existing clipboard text by saving it to the
|
||||
`kill-ring' prior to the kill. Such text can subsequently be
|
||||
retrieved via \\[yank] \\[yank-pop]]."
|
||||
retrieved via \\[yank] \\[yank-pop]."
|
||||
:type 'boolean
|
||||
:group 'killing
|
||||
:version "23.2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue