diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:29:29 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:29:29 +0000 |
commit | ce5d15426f7f90042bbbe2af5e0a433aa40b485e (patch) | |
tree | 48ed872bc8b4270cff3be3cc157e07e47cd00224 | |
parent | b1c501a94e9b05b0b7159a02fe17faea9d328601 (diff) | |
download | emacs-ce5d15426f7f90042bbbe2af5e0a433aa40b485e.tar.gz |
(mouse-sel-mode): Doc fix.
-rw-r--r-- | lisp/mouse-sel.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 9f64d6bde1a..defa3f90848 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -152,7 +152,8 @@ (defcustom mouse-sel-mode nil "Toggle Mouse Sel mode. When Mouse Sel mode is enabled, mouse selection is enhanced in various ways. -You must modify via \\[customize] for this variable to have an effect." +This variable should be set only with \\[customize], which is equivalent +to using the function `mouse-sel-mode'. :set (lambda (symbol value) (mouse-sel-mode (or value 0))) :initialize 'custom-initialize-default |