aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-04-27 19:00:42 +0000
committerDave Love1999-04-27 19:00:42 +0000
commit4de268858ce4283f5d3703e45138dedb5d14b056 (patch)
treed2e16526db09880653c020ed6515cf09ede1db9f
parente5638335f36f7dc4e115d9b29f97e97eb3ef8959 (diff)
downloademacs-4de268858ce4283f5d3703e45138dedb5d14b056.tar.gz
emacs-4de268858ce4283f5d3703e45138dedb5d14b056.zip
(type-break-mode): Doc fix.
-rw-r--r--lisp/type-break.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/type-break.el b/lisp/type-break.el
index 8f8b3392365..fcf0592c80e 100644
--- a/lisp/type-break.el
+++ b/lisp/type-break.el
@@ -8,7 +8,7 @@
8;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs 8;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs
9;; Created: 1994-07-13 9;; Created: 1994-07-13
10 10
11;; $Id: type-break.el,v 1.20 1999/03/30 21:30:05 kwzh Exp kwzh $ 11;; $Id: type-break.el,v 1.21 1999/03/30 21:37:10 kwzh Exp fx $
12 12
13;; This file is part of GNU Emacs. 13;; This file is part of GNU Emacs.
14 14
@@ -78,8 +78,8 @@
78(defcustom type-break-mode nil 78(defcustom type-break-mode nil
79 "Toggle typing break mode. 79 "Toggle typing break mode.
80See the docstring for the `type-break-mode' command for more information. 80See the docstring for the `type-break-mode' command for more information.
81This variable should be set only with \\[customize], which is equivalent 81Setting this variable directly does not take effect;
82to using the function `type-break-mode'." 82use either \\[customize] or the function `type-break-mode'."
83 :set (lambda (symbol value) 83 :set (lambda (symbol value)
84 (type-break-mode (if value 1 -1))) 84 (type-break-mode (if value 1 -1)))
85 :initialize 'custom-initialize-default 85 :initialize 'custom-initialize-default