aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-03-30 21:27:55 +0000
committerKarl Heuer1999-03-30 21:27:55 +0000
commit5481e5e87f1dbc7350e5d3455481419e6b059f87 (patch)
tree669e604823a39de5534629d62a38766ddad01cd5
parent7421db29d7c90bbc46e3e4f93fc1c9284161827e (diff)
downloademacs-5481e5e87f1dbc7350e5d3455481419e6b059f87.tar.gz
emacs-5481e5e87f1dbc7350e5d3455481419e6b059f87.zip
(delete-selection-mode): Doc fix.
-rw-r--r--lisp/delsel.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el
index 668bb35ad34..ed221284b79 100644
--- a/lisp/delsel.el
+++ b/lisp/delsel.el
@@ -77,7 +77,8 @@ any selection."
77(defcustom delete-selection-mode nil 77(defcustom delete-selection-mode nil
78 "Toggle Delete Selection mode. 78 "Toggle Delete Selection mode.
79See command `delete-selection-mode'. 79See command `delete-selection-mode'.
80You must modify via \\[customize] for this variable to have an effect." 80This variable should be set only with \\[customize], which is equivalent
81to using the function `delete-selection-mode'.
81 :set (lambda (symbol value) 82 :set (lambda (symbol value)
82 (delete-selection-mode (or value 0))) 83 (delete-selection-mode (or value 0)))
83 :initialize 'custom-initialize-default 84 :initialize 'custom-initialize-default