; * lisp/select.el (select-enable-primary): Add missing period.
This commit is contained in:
parent
134099bc90
commit
336cd0a11a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue