]> git.eshelyaron.com Git - emacs.git/commitdiff
(tcl-explain-indentation): Don't quote nil and t in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 6 May 2003 17:39:21 +0000 (17:39 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 6 May 2003 17:39:21 +0000 (17:39 +0000)
lisp/progmodes/tcl.el

index ece48fa7be6d481bb979a4602eb6035887c3c75d..85a9e50a5f19dd7cdbe623ecb95baa7d727f8aa6 100644 (file)
@@ -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.")
 
 \f