]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/select.el (select-enable-primary): Add missing period.
authorPhilipp Stephani <phst@google.com>
Sun, 29 Oct 2017 16:32:35 +0000 (17:32 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 29 Oct 2017 16:32:35 +0000 (17:32 +0100)
lisp/select.el

index d950d705934e2e4e230a6f29f29463ba429b16da..54acb5292e6850885e6f8fa208eb61070bada5cb 100644 (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