# HG changeset patch # User Karl Heuer # Date 922829405 0 # Node ID ab118f20a10b557f2e4a758b9c5fab49b7dd8145 # Parent c1f5837cd35b883b72cc32ad5a0e8529fd6274e1 (type-break-mode): Doc fix. diff -r c1f5837cd35b -r ab118f20a10b lisp/type-break.el --- a/lisp/type-break.el Tue Mar 30 21:29:55 1999 +0000 +++ b/lisp/type-break.el Tue Mar 30 21:30:05 1999 +0000 @@ -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.18 1998/09/11 01:38:30 friedman Exp $ +;; $Id: type-break.el,v 1.19 1998/09/11 01:39:41 friedman Exp kwzh $ ;; This file is part of GNU Emacs. @@ -76,9 +76,10 @@ ;;;###autoload (defcustom type-break-mode nil - "*Non-nil means typing break mode is enabled. + "Toggle typing break mode. See the docstring for the `type-break-mode' command for more information. -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 `type-break-mode'. :set (lambda (symbol value) (type-break-mode (if value 1 -1))) :initialize 'custom-initialize-default