summaryrefslogtreecommitdiff
path: root/lisp/select.el
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2017-10-29 17:32:35 +0100
committerPhilipp Stephani <phst@google.com>2017-10-29 17:32:35 +0100
commit336cd0a11ab39e40a6623d2f1a0ec234ea9d29b7 (patch)
tree640175ff4ce930ccda79f836f87a99f905b177b1 /lisp/select.el
parent134099bc907c4f6e9f29ae526d4b164ab1e7ad45 (diff)
downloademacs-336cd0a11ab39e40a6623d2f1a0ec234ea9d29b7.tar.gz
; * lisp/select.el (select-enable-primary): Add missing period.
Diffstat (limited to 'lisp/select.el')
-rw-r--r--lisp/select.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/select.el b/lisp/select.el
index d950d705934..54acb5292e6 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -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