From: Philipp Stephani Date: Sun, 29 Oct 2017 16:32:35 +0000 (+0100) Subject: ; * lisp/select.el (select-enable-primary): Add missing period. X-Git-Tag: emacs-26.0.91~434 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=336cd0a11ab39e40a6623d2f1a0ec234ea9d29b7;p=emacs.git ; * lisp/select.el (select-enable-primary): Add missing period. --- 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