diff options
| -rw-r--r-- | lisp/select.el | 2 |
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)." | |||
| 98 | 'select-enable-clipboard "25.1") | 98 | 'select-enable-clipboard "25.1") |
| 99 | 99 | ||
| 100 | (defcustom select-enable-primary nil | 100 | (defcustom select-enable-primary nil |
| 101 | "Non-nil means cutting and pasting uses the primary selection | 101 | "Non-nil means cutting and pasting uses the primary selection. |
| 102 | The existence of a primary selection depends on the underlying GUI you use. | 102 | The existence of a primary selection depends on the underlying GUI you use. |
| 103 | E.g. it doesn't exist under MS-Windows." | 103 | E.g. it doesn't exist under MS-Windows." |
| 104 | :type 'boolean | 104 | :type 'boolean |