summaryrefslogtreecommitdiff
path: root/lisp/delsel.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-03-30 21:27:55 +0000
committerKarl Heuer <kwzh@gnu.org>1999-03-30 21:27:55 +0000
commit5481e5e87f1dbc7350e5d3455481419e6b059f87 (patch)
tree669e604823a39de5534629d62a38766ddad01cd5 /lisp/delsel.el
parent7421db29d7c90bbc46e3e4f93fc1c9284161827e (diff)
(delete-selection-mode): Doc fix.
Diffstat (limited to 'lisp/delsel.el')
-rw-r--r--lisp/delsel.el3
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