summaryrefslogtreecommitdiff
path: root/lisp/type-break.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-03-30 21:37:40 +0000
committerKarl Heuer <kwzh@gnu.org>1999-03-30 21:37:40 +0000
commit25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch)
tree36dc4d6026e88686cf72af4b7434434dbaa54c46 /lisp/type-break.el
parent495a3f8d9e7c4471d649875ac40700830422f553 (diff)
downloademacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/type-break.el')
-rw-r--r--lisp/type-break.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/type-break.el b/lisp/type-break.el
index 2dee5c40680..8f8b3392365 100644
--- a/lisp/type-break.el
+++ b/lisp/type-break.el
@@ -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.19 1998/09/11 01:39:41 friedman Exp kwzh $
+;; $Id: type-break.el,v 1.20 1999/03/30 21:30:05 kwzh Exp kwzh $
;; This file is part of GNU Emacs.
@@ -79,7 +79,7 @@
"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'.
+to using the function `type-break-mode'."
:set (lambda (symbol value)
(type-break-mode (if value 1 -1)))
:initialize 'custom-initialize-default