summaryrefslogtreecommitdiff
path: root/lisp/progmodes/tcl.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-02-21 20:59:28 -0500
committerGlenn Morris <rgm@gnu.org>2013-02-21 20:59:28 -0500
commitf4146d989613fcd644653c082419b1a60021e0fb (patch)
tree1375d1ec659fc20b134baa55859daa3bdb482aa8 /lisp/progmodes/tcl.el
parent5db881d0da91211b805ad755bbe48865a396f29e (diff)
downloademacs-f4146d989613fcd644653c082419b1a60021e0fb.tar.gz
Doc fixes re set-variable
* lisp/cmuscheme.el (scheme-buffer): * lisp/progmodes/inf-lisp.el (inferior-lisp-buffer): * lisp/progmodes/tcl.el (inferior-tcl-buffer): * lisp/textmodes/tex-mode.el (tex-command): Doc fixes.
Diffstat (limited to 'lisp/progmodes/tcl.el')
-rw-r--r--lisp/progmodes/tcl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el
index a32cd969757..9169a433015 100644
--- a/lisp/progmodes/tcl.el
+++ b/lisp/progmodes/tcl.el
@@ -332,8 +332,8 @@ This process selection is performed by function `inferior-tcl-proc'.
Whenever \\[inferior-tcl] fires up a new process, it resets
`inferior-tcl-buffer' to be the new process's buffer. If you only run
one process, this does the right thing. If you run multiple
-processes, you can change `inferior-tcl-buffer' to another process
-buffer with \\[set-variable].")
+processes, you might need to set `inferior-tcl-buffer' to
+whichever process buffer you want to use.")
;;
;; Hooks and other customization.