aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-05-06 17:39:21 +0000
committerJuanma Barranquero2003-05-06 17:39:21 +0000
commitdccab430bb3882f66564dabc277cad6ab80aba4a (patch)
tree92518c7fea3a051eec3cda863a036e620fa220ff
parent24190da58302abe5e41f67f06815ec8f6d73c137 (diff)
downloademacs-dccab430bb3882f66564dabc277cad6ab80aba4a.tar.gz
emacs-dccab430bb3882f66564dabc277cad6ab80aba4a.zip
(tcl-explain-indentation): Don't quote nil and t in docstrings.
-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