summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorCharles A. Roelli <charles@aurox.ch>2018-09-25 21:29:29 +0200
committerCharles A. Roelli <charles@aurox.ch>2018-09-25 21:29:29 +0200
commitc8bda0555c5e54f139a60b58741b1ae3228bc897 (patch)
tree48b4b3166fff8a1f96ccd3583ee0a03cf445009b /lisp/simple.el
parentdc7fdee08c2c3b5b62ee5556689889e91d76610a (diff)
downloademacs-c8bda0555c5e54f139a60b58741b1ae3228bc897.tar.gz
emacs-c8bda0555c5e54f139a60b58741b1ae3228bc897.tar.bz2
emacs-c8bda0555c5e54f139a60b58741b1ae3228bc897.zip
; * lisp/simple.el (save-interprogram-paste-before-kill): Fix documentation.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index a51a5205cee..d5674aae9b4 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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")