diff options
author | John Paul Wallington <jpw@pobox.com> | 2003-04-11 13:07:10 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2003-04-11 13:07:10 +0000 |
commit | b688ed4495da1a5055a7a15a90367fd19ce8d25f (patch) | |
tree | c37bbafcc51d756059e2d3519375c08ae05c8ba5 /lisp/type-break.el | |
parent | e301806fbf86e1512ceaabe19f6715720bed4878 (diff) | |
download | emacs-b688ed4495da1a5055a7a15a90367fd19ce8d25f.tar.gz emacs-b688ed4495da1a5055a7a15a90367fd19ce8d25f.tar.bz2 emacs-b688ed4495da1a5055a7a15a90367fd19ce8d25f.zip |
(type-break-warning-countdown-string): Doc fix; escape open paren at col 0.
Diffstat (limited to 'lisp/type-break.el')
-rw-r--r-- | lisp/type-break.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/type-break.el b/lisp/type-break.el index 0598b5a7b60..ec992796897 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.24 2000/07/24 00:49:09 friedman Exp $ +;; $Id: type-break.el,v 1.25 2000/12/03 16:17:49 schwab Exp $ ;; This file is part of GNU Emacs. @@ -258,7 +258,7 @@ See also `type-break-mode-line-format' and its members." "If non-nil, this is a countdown for the next typing break. This variable, in conjunction with `type-break-warning-countdown-string-type' -(which indicates whether this value is a number of keystrokes or seconds) +\(which indicates whether this value is a number of keystrokes or seconds) is installed in mode-line-format to notify of imminent typing breaks.") (defvar type-break-warning-countdown-string-type nil |