From dccab430bb3882f66564dabc277cad6ab80aba4a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 6 May 2003 17:39:21 +0000 Subject: [PATCH] (tcl-explain-indentation): Don't quote nil and t in docstrings. --- lisp/progmodes/tcl.el | 4 ++-- 1 file 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 ;; 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.") -- 2.39.2