]> git.eshelyaron.com Git - emacs.git/commitdiff
(type-break-mode): Doc fix.
authorDave Love <fx@gnu.org>
Tue, 27 Apr 1999 19:00:42 +0000 (19:00 +0000)
committerDave Love <fx@gnu.org>
Tue, 27 Apr 1999 19:00:42 +0000 (19:00 +0000)
lisp/type-break.el

index 8f8b33923650ad52f827b84968ac471be7929d16..fcf0592c80e89488f30968853d6503dc0e7645df 100644 (file)
@@ -8,7 +8,7 @@
 ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs
 ;; Created: 1994-07-13
 
-;; $Id: type-break.el,v 1.20 1999/03/30 21:30:05 kwzh Exp kwzh $
+;; $Id: type-break.el,v 1.21 1999/03/30 21:37:10 kwzh Exp fx $
 
 ;; This file is part of GNU Emacs.
 
@@ -78,8 +78,8 @@
 (defcustom type-break-mode nil
   "Toggle typing break mode.
 See the docstring for the `type-break-mode' command for more information.
-This variable should be set only with \\[customize], which is equivalent
-to using the function `type-break-mode'."
+Setting this variable directly does not take effect;
+use either \\[customize] or the function `type-break-mode'."
   :set (lambda (symbol value)
         (type-break-mode (if value 1 -1)))
   :initialize 'custom-initialize-default