# HG changeset patch # User Tom Tromey # Date 806531207 0 # Node ID 35800a352783559bac3196192990d6a816f2a174 # Parent 45ada337053e70fc7d9da13cec93c009b4390da1 Doc fixes. diff -r 45ada337053e -r 35800a352783 lisp/progmodes/tcl.el --- a/lisp/progmodes/tcl.el Sun Jul 23 07:11:26 1995 +0000 +++ b/lisp/progmodes/tcl.el Sun Jul 23 20:26:47 1995 +0000 @@ -6,7 +6,7 @@ ;; Author: Tom Tromey ;; Chris Lindblad ;; Keywords: languages tcl modes -;; Version: $Revision: 1.42 $ +;; Version: $Revision: 1.43 $ ;; This file is part of GNU Emacs. @@ -51,7 +51,7 @@ ;; LCD Archive Entry: ;; tcl|Tom Tromey|tromey@busco.lanl.gov| ;; Major mode for editing Tcl| -;; $Date: 1995/07/17 19:55:25 $|$Revision: 1.42 $|~/modes/tcl.el.Z| +;; $Date: 1995/07/17 19:59:49 $|$Revision: 1.43 $|~/modes/tcl.el.Z| ;; CUSTOMIZATION NOTES: ;; * tcl-proc-list can be used to customize a list of things that @@ -65,6 +65,9 @@ ;; Change log: ;; $Log: tcl.el,v $ +;; Revision 1.43 1995/07/17 19:59:49 tromey +;; (inferior-tcl-mode): Use modeline-process if it exists. +;; ;; Revision 1.42 1995/07/17 19:55:25 tromey ;; XEmacs currently must use tcl-internal-end-of-defun ;; @@ -339,7 +342,7 @@ (require 'imenu)) ())) -(defconst tcl-version "$Revision: 1.42 $") +(defconst tcl-version "$Revision: 1.43 $") (defconst tcl-maintainer "Tom Tromey ") ;; @@ -379,7 +382,7 @@ (defvar tcl-electric-hash-style 'smart "*Style of electric hash insertion to use. Possible values are 'backslash, meaning that `\\' quoting should be -done; `quote, meaning that `\"' quoting should be done; 'smart, +done; 'quote, meaning that `\"' quoting should be done; 'smart, meaning that the choice between 'backslash and 'quote should be made depending on the number of hashes inserted; or nil, meaning that no quoting should be done. Any other value for this variable is @@ -899,6 +902,9 @@ tcl-use-hairy-comment-detector If t, use more complicated, but slower, comment detector. This variable is only used in GNU Emacs 19. + tcl-use-smart-word-finder + If not nil, use a smarter, Tcl-specific way to find the current + word when looking up help on a Tcl command. Turning on Tcl mode calls the value of the variable `tcl-mode-hook' with no args, if that value is non-nil. Read the documentation for