1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

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.
This commit is contained in:
Glenn Morris 2013-02-21 20:59:28 -05:00
parent 5db881d0da
commit f4146d9896
5 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,10 @@
2013-02-22 Glenn Morris <rgm@gnu.org>
* cmuscheme.el (scheme-buffer):
* progmodes/inf-lisp.el (inferior-lisp-buffer):
* progmodes/tcl.el (inferior-tcl-buffer):
* textmodes/tex-mode.el (tex-command): Doc fixes.
* image-mode.el (image-mode): Add mouse bindings for mode-line-process.
* htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)

View File

@ -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,

View File

@ -201,8 +201,8 @@ This process selection is performed by function `inferior-lisp-proc'.
Whenever \\[inferior-lisp] fires up a new process, it resets
`inferior-lisp-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-lisp-buffer' to another process
buffer with \\[set-variable].")
processes, you might need to change `inferior-lisp-buffer' to
whichever process buffer you want to use.")
(defvar inferior-lisp-mode-hook '()
"Hook for customizing Inferior Lisp mode.")

View File

@ -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.

View File

@ -271,9 +271,7 @@ otherwise the value of `tex-start-options', the \(shell-quoted\)
value of `tex-start-commands', and the file name are added at the end
with blanks as separators.
In TeX, LaTeX, and SliTeX Mode this variable becomes buffer local.
In these modes, use \\[set-variable] if you want to change it for the
current buffer.")
In TeX, LaTeX, and SliTeX Mode this variable becomes buffer local.")
(defvar tex-trailer nil
"String appended after the end of a region sent to TeX by \\[tex-region].")