diff options
author | Glenn Morris <rgm@gnu.org> | 2013-02-21 20:59:28 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-02-21 20:59:28 -0500 |
commit | f4146d989613fcd644653c082419b1a60021e0fb (patch) | |
tree | 1375d1ec659fc20b134baa55859daa3bdb482aa8 /lisp/cmuscheme.el | |
parent | 5db881d0da91211b805ad755bbe48865a396f29e (diff) | |
download | emacs-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/cmuscheme.el')
-rw-r--r-- | lisp/cmuscheme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el index 130eb374538..0f89eae8828 100644 --- a/lisp/cmuscheme.el +++ b/lisp/cmuscheme.el @@ -478,8 +478,8 @@ This process selection is performed by function `scheme-proc'. Whenever \\[run-scheme] fires up a new process, it resets `scheme-buffer' to be the new process's buffer. If you only run one process, this will -do the right thing. If you run multiple processes, you can change -`scheme-buffer' to another process buffer with \\[set-variable]. +do the right thing. If you run multiple processes, you might need to +set `scheme-buffer' to whichever process buffer you want to use. More sophisticated approaches are, of course, possible. If you find yourself needing to switch back and forth between multiple processes frequently, |