From: Juanma Barranquero Date: Tue, 6 May 2003 17:39:21 +0000 (+0000) Subject: (tcl-explain-indentation): Don't quote nil and t in docstrings. X-Git-Tag: ttn-vms-21-2-B4~10286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dccab430bb3882f66564dabc277cad6ab80aba4a;p=emacs.git (tcl-explain-indentation): Don't quote nil and t in docstrings. --- 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 ;; Chris Lindblad ;; 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.")