]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes re set-variable
authorGlenn Morris <rgm@gnu.org>
Fri, 22 Feb 2013 01:59:28 +0000 (20:59 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 22 Feb 2013 01:59:28 +0000 (20:59 -0500)
* 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
lisp/cmuscheme.el
lisp/progmodes/inf-lisp.el
lisp/progmodes/tcl.el
lisp/textmodes/tex-mode.el

index 914d26e6f2f949fe1adfcbfb474c9d2fc473b841..09378b0ceef56d8989885d18b2dbec27b07a2147 100644 (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)
index 130eb374538555631e646b6167df5ff72820e3dd..0f89eae8828e3f3296bc6fe9ac7d2c6db54bd4aa 100644 (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,
index 069f5a32a9ed945bfc28bd91ce184508314f7699..d73e9489d7cbf2b96b6aab0785103af2123b57b4 100644 (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.")
index a32cd9697572c4d1414ca7b985d95ff0136d23d8..9169a43301520ed628cb0c5c0f5c0f1da8f6abcf 100644 (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.
index 480ab8a581a13b61e602e34406c7de0d75425759..7b16262233d40fea4f8660f7dbf523d2ceac03ae 100644 (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].")