summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-vars.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1997-10-23 07:48:50 +0000
committerKarl Heuer <kwzh@gnu.org>1997-10-23 07:48:50 +0000
commit541aeedfa64b68ab735a6b18ad15e8e10dc77d9b (patch)
tree17d8d86415e1ff51f06473e067959309d8625d3a /lisp/progmodes/cc-vars.el
parenta7c7b186ff3b8bd18929d84237899dbdda7c0912 (diff)
downloademacs-541aeedfa64b68ab735a6b18ad15e8e10dc77d9b.tar.gz
(c-progress-interval): Document new semantics
Diffstat (limited to 'lisp/progmodes/cc-vars.el')
-rw-r--r--lisp/progmodes/cc-vars.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index 0bfc485184b..dc69729aa88 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -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 @@ enforces this."
(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)