emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111853: Doc fixes re set-variable


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111853: Doc fixes re set-variable
Date: Thu, 21 Feb 2013 20:59:28 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111853
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-02-21 20:59:28 -0500
message:
  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.
modified:
  lisp/ChangeLog
  lisp/cmuscheme.el
  lisp/progmodes/inf-lisp.el
  lisp/progmodes/tcl.el
  lisp/textmodes/tex-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-02-22 01:34:06 +0000
+++ b/lisp/ChangeLog    2013-02-22 01:59:28 +0000
@@ -1,5 +1,10 @@
 2013-02-22  Glenn Morris  <address@hidden>
 
+       * 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)

=== modified file 'lisp/cmuscheme.el'
--- a/lisp/cmuscheme.el 2013-02-21 21:50:14 +0000
+++ b/lisp/cmuscheme.el 2013-02-22 01:59:28 +0000
@@ -478,8 +478,8 @@
 
 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,

=== modified file 'lisp/progmodes/inf-lisp.el'
--- a/lisp/progmodes/inf-lisp.el        2013-01-01 09:11:05 +0000
+++ b/lisp/progmodes/inf-lisp.el        2013-02-22 01:59:28 +0000
@@ -201,8 +201,8 @@
 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.")

=== modified file 'lisp/progmodes/tcl.el'
--- a/lisp/progmodes/tcl.el     2013-01-01 09:11:05 +0000
+++ b/lisp/progmodes/tcl.el     2013-02-22 01:59:28 +0000
@@ -332,8 +332,8 @@
 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.

=== modified file 'lisp/textmodes/tex-mode.el'
--- a/lisp/textmodes/tex-mode.el        2013-01-02 16:13:04 +0000
+++ b/lisp/textmodes/tex-mode.el        2013-02-22 01:59:28 +0000
@@ -271,9 +271,7 @@
 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].")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]