aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 @@
7;; 1985 Richard M. Stallman 7;; 1985 Richard M. Stallman
8;; Maintainer: cc-mode-help@python.org 8;; Maintainer: cc-mode-help@python.org
9;; Created: 22-Apr-1997 (split from cc-mode.el) 9;; Created: 22-Apr-1997 (split from cc-mode.el)
10;; Version: 5.18 10;; Version: See cc-mode.el
11;; Keywords: c languages oop 11;; Keywords: c languages oop
12 12
13;; This file is part of GNU Emacs. 13;; This file is part of GNU Emacs.
@@ -304,8 +304,8 @@ enforces this."
304(defcustom c-progress-interval 5 304(defcustom c-progress-interval 5
305 "*Interval used to update progress status during long re-indentation. 305 "*Interval used to update progress status during long re-indentation.
306If a number, percentage complete gets updated after each interval of 306If a number, percentage complete gets updated after each interval of
307that many seconds. Set to nil to inhibit updating. This is only 307that many seconds. To inhibit all messages during indentation, set
308useful for Emacs 19." 308this variable to nil."
309 :type 'integer 309 :type 'integer
310 :group 'c) 310 :group 'c)
311 311