diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:27:55 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:27:55 +0000 |
commit | 5481e5e87f1dbc7350e5d3455481419e6b059f87 (patch) | |
tree | 669e604823a39de5534629d62a38766ddad01cd5 /lisp/delsel.el | |
parent | 7421db29d7c90bbc46e3e4f93fc1c9284161827e (diff) |
(delete-selection-mode): Doc fix.
Diffstat (limited to 'lisp/delsel.el')
-rw-r--r-- | lisp/delsel.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el index 668bb35ad3..ed221284b7 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el @@ -77,7 +77,8 @@ any selection." (defcustom delete-selection-mode nil "Toggle Delete Selection mode. See command `delete-selection-mode'. -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 `delete-selection-mode'. :set (lambda (symbol value) (delete-selection-mode (or value 0))) :initialize 'custom-initialize-default |