summaryrefslogtreecommitdiff
path: root/lisp/delsel.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-03-30 21:37:40 +0000
committerKarl Heuer <kwzh@gnu.org>1999-03-30 21:37:40 +0000
commit25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch)
tree36dc4d6026e88686cf72af4b7434434dbaa54c46 /lisp/delsel.el
parent495a3f8d9e7c4471d649875ac40700830422f553 (diff)
downloademacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/delsel.el')
-rw-r--r--lisp/delsel.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el
index ed221284b79..e934c5a14a6 100644
--- a/lisp/delsel.el
+++ b/lisp/delsel.el
@@ -78,7 +78,7 @@ any selection."
"Toggle Delete Selection mode.
See command `delete-selection-mode'.
This variable should be set only with \\[customize], which is equivalent
-to using the function `delete-selection-mode'.
+to using the function `delete-selection-mode'."
:set (lambda (symbol value)
(delete-selection-mode (or value 0)))
:initialize 'custom-initialize-default