Mercurial > emacs
changeset 50856:2aec3e4bf957
(tcl-explain-indentation): Don't quote nil and t in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 06 May 2003 17:39:21 +0000 |
parents | 31ce4fcda3d8 |
children | 48163c1bd10e |
files | lisp/progmodes/tcl.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/tcl.el Tue May 06 17:38:32 2003 +0000 +++ b/lisp/progmodes/tcl.el Tue May 06 17:39:21 2003 +0000 @@ -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 @@ 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.")