changeset 24640:885873f5d65b

(delete-selection-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 18:52:49 +0000
parents 219a6fe709d6
children 93b7e7e88a80
files lisp/delsel.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/delsel.el	Tue Apr 27 18:52:00 1999 +0000
+++ b/lisp/delsel.el	Tue Apr 27 18:52:49 1999 +0000
@@ -77,8 +77,8 @@
 (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