; * lisp/select.el (select-enable-primary): Add missing period.

This commit is contained in:
Philipp Stephani 2017-10-29 17:32:35 +01:00
parent 134099bc90
commit 336cd0a11a

View file

@ -98,7 +98,7 @@ if applicable (i.e. under X11)."
'select-enable-clipboard "25.1")
(defcustom select-enable-primary nil
"Non-nil means cutting and pasting uses the primary selection
"Non-nil means cutting and pasting uses the primary selection.
The existence of a primary selection depends on the underlying GUI you use.
E.g. it doesn't exist under MS-Windows."
:type 'boolean