From f4146d989613fcd644653c082419b1a60021e0fb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 21 Feb 2013 20:59:28 -0500 Subject: [PATCH] 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. --- lisp/ChangeLog | 5 +++++ lisp/cmuscheme.el | 4 ++-- lisp/progmodes/inf-lisp.el | 4 ++-- lisp/progmodes/tcl.el | 4 ++-- lisp/textmodes/tex-mode.el | 4 +--- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 914d26e6f2f..09378b0ceef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2013-02-22 Glenn Morris + * 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) 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, diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 069f5a32a9e..d73e9489d7c 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -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.") 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. diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 480ab8a581a..7b16262233d 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -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].") -- 2.39.2