aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/tcl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el
index ece48fa7be6..85a9e50a5f1 100644
--- a/lisp/progmodes/tcl.el
+++ b/lisp/progmodes/tcl.el
@@ -6,7 +6,7 @@
6;; Author: Tom Tromey <tromey@redhat.com> 6;; Author: Tom Tromey <tromey@redhat.com>
7;; Chris Lindblad <cjl@lcs.mit.edu> 7;; Chris Lindblad <cjl@lcs.mit.edu>
8;; Keywords: languages tcl modes 8;; Keywords: languages tcl modes
9;; Version: $Revision: 1.71 $ 9;; Version: $Revision: 1.72 $
10 10
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
12 12
@@ -437,7 +437,7 @@ argument is ignored (for indentation purposes). The second argument
437is a Tcl expression, and the last argument is Tcl commands.") 437is a Tcl expression, and the last argument is Tcl commands.")
438 438
439(defvar tcl-explain-indentation nil 439(defvar tcl-explain-indentation nil
440 "If not `nil', debugging message will be printed during indentation.") 440 "If non-nil, debugging message will be printed during indentation.")
441 441
442 442
443 443