1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

; * lisp/simple.el (save-interprogram-paste-before-kill): Fix documentation.

This commit is contained in:
Charles A. Roelli 2018-09-25 21:29:29 +02:00
parent dc7fdee08c
commit c8bda0555c

View File

@ -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")