summaryrefslogtreecommitdiff
path: root/lisp/progmodes/tcl.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-05-06 17:39:21 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-05-06 17:39:21 +0000
commitdccab430bb3882f66564dabc277cad6ab80aba4a (patch)
tree92518c7fea3a051eec3cda863a036e620fa220ff /lisp/progmodes/tcl.el
parent24190da58302abe5e41f67f06815ec8f6d73c137 (diff)
downloademacs-dccab430bb3882f66564dabc277cad6ab80aba4a.tar.gz
(tcl-explain-indentation): Don't quote nil and t in docstrings.
Diffstat (limited to 'lisp/progmodes/tcl.el')
-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 @@
;; Author: Tom Tromey <tromey@redhat.com>
;; Chris Lindblad <cjl@lcs.mit.edu>
;; Keywords: languages tcl modes
-;; Version: $Revision: 1.71 $
+;; Version: $Revision: 1.72 $
;; This file is part of GNU Emacs.
@@ -437,7 +437,7 @@ argument is ignored (for indentation purposes). The second argument
is a Tcl expression, and the last argument is Tcl commands.")
(defvar tcl-explain-indentation nil
- "If not `nil', debugging message will be printed during indentation.")
+ "If non-nil, debugging message will be printed during indentation.")