]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete-selection-mode): Doc fix.
authorDave Love <fx@gnu.org>
Tue, 27 Apr 1999 18:52:49 +0000 (18:52 +0000)
committerDave Love <fx@gnu.org>
Tue, 27 Apr 1999 18:52:49 +0000 (18:52 +0000)
lisp/delsel.el

index e934c5a14a6791ff24b9e102eaf3581c9025172b..0d7a57d8ab9f8bc57a717ce14d26a0408f4aa9e8 100644 (file)
@@ -77,8 +77,8 @@ any selection."
 (defcustom delete-selection-mode nil
   "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'."
+Setting this variable directly does not take effect;
+use either \\[customize] or the function `delete-selection-mode'."
   :set (lambda (symbol value)
         (delete-selection-mode (or value 0)))
   :initialize 'custom-initialize-default