From: Dave Love Date: Tue, 27 Apr 1999 18:52:49 +0000 (+0000) Subject: (delete-selection-mode): Doc fix. X-Git-Tag: emacs-20.4~309 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=735cb9a35e9b051df64ed86336093c227cce75f0;p=emacs.git (delete-selection-mode): Doc fix. --- diff --git a/lisp/delsel.el b/lisp/delsel.el index e934c5a14a6..0d7a57d8ab9 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el @@ -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