From: Karl Heuer Date: Tue, 30 Mar 1999 21:27:55 +0000 (+0000) Subject: (delete-selection-mode): Doc fix. X-Git-Tag: emacs-20.4~411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5481e5e87f1dbc7350e5d3455481419e6b059f87;p=emacs.git (delete-selection-mode): Doc fix. --- 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." (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