Mercurial > emacs
changeset 20144:56d81cc7b4f5
(c-progress-interval): Document new semantics
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 23 Oct 1997 07:48:50 +0000 |
parents | 69ce7b7acfd5 |
children | cfd9922ca72b |
files | lisp/progmodes/cc-vars.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el Thu Oct 23 07:48:34 1997 +0000 +++ b/lisp/progmodes/cc-vars.el Thu Oct 23 07:48:50 1997 +0000 @@ -7,7 +7,7 @@ ;; 1985 Richard M. Stallman ;; Maintainer: cc-mode-help@python.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: 5.18 +;; Version: See cc-mode.el ;; Keywords: c languages oop ;; This file is part of GNU Emacs. @@ -304,8 +304,8 @@ (defcustom c-progress-interval 5 "*Interval used to update progress status during long re-indentation. If a number, percentage complete gets updated after each interval of -that many seconds. Set to nil to inhibit updating. This is only -useful for Emacs 19." +that many seconds. To inhibit all messages during indentation, set +this variable to nil." :type 'integer :group 'c)