# HG changeset patch # User Juanma Barranquero # Date 1052242761 0 # Node ID 2aec3e4bf9573d1a4199a08dafc82a4b8d52fd0e # Parent 31ce4fcda3d8d676971c317179b23f1a076f6e03 (tcl-explain-indentation): Don't quote nil and t in docstrings. diff -r 31ce4fcda3d8 -r 2aec3e4bf957 lisp/progmodes/tcl.el --- 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 ;; 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 @@ 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.")