aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2014-03-12 16:52:34 -0400
committerGlenn Morris2014-03-12 16:52:34 -0400
commitd29fbf47e4b1ea635f96bada13645675a0c0506b (patch)
treedf2f7f135512e10a96252f8da61065adea3a4aa2 /doc
parent991f63c0f49388023045b7ce471a085fd320ca4e (diff)
downloademacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.tar.gz
emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.zip
Use @file for buffers, per the Texinfo manual
* doc/misc/ada-mode.texi, doc/misc/auth.texi, doc/misc/calc.texi: * doc/misc/ebrowse.texi, doc/misc/efaq.texi, doc/misc/emacs-gnutls.texi: * doc/misc/epa.texi, doc/misc/ert.texi, doc/misc/eshell.texi: * doc/misc/eww.texi, doc/misc/flymake.texi, doc/misc/gnus.texi: * doc/misc/info.texi, doc/misc/message.texi, doc/misc/mh-e.texi: * doc/misc/newsticker.texi, doc/misc/pcl-cvs.texi, doc/misc/rcirc.texi: * doc/misc/sem-user.texi, doc/misc/smtpmail.texi, doc/misc/url.texi: * doc/misc/viper.texi, doc/misc/wisent.texi, doc/misc/woman.texi: Use @file for buffers, per the Texinfo manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog9
-rw-r--r--doc/misc/ada-mode.texi18
-rw-r--r--doc/misc/auth.texi4
-rw-r--r--doc/misc/calc.texi102
-rw-r--r--doc/misc/ebrowse.texi2
-rw-r--r--doc/misc/efaq.texi4
-rw-r--r--doc/misc/emacs-gnutls.texi4
-rw-r--r--doc/misc/epa.texi10
-rw-r--r--doc/misc/ert.texi2
-rw-r--r--doc/misc/eshell.texi2
-rw-r--r--doc/misc/eww.texi8
-rw-r--r--doc/misc/flymake.texi4
-rw-r--r--doc/misc/gnus.texi16
-rw-r--r--doc/misc/info.texi2
-rw-r--r--doc/misc/message.texi2
-rw-r--r--doc/misc/mh-e.texi74
-rw-r--r--doc/misc/newsticker.texi4
-rw-r--r--doc/misc/pcl-cvs.texi52
-rw-r--r--doc/misc/rcirc.texi2
-rw-r--r--doc/misc/sem-user.texi4
-rw-r--r--doc/misc/smtpmail.texi2
-rw-r--r--doc/misc/url.texi2
-rw-r--r--doc/misc/viper.texi4
-rw-r--r--doc/misc/wisent.texi4
-rw-r--r--doc/misc/woman.texi6
25 files changed, 176 insertions, 167 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 770819ee445..13d147f7e72 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,12 @@
12014-03-12 Glenn Morris <rgm@gnu.org>
2
3 * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
4 * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
5 * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
6 * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
7 * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
8 Use @file for buffers, per the Texinfo manual.
9
12014-03-12 Paul Eggert <eggert@cs.ucla.edu> 102014-03-12 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 * org.texi: Don't set txicodequoteundirected and txicodequotebacktick 12 * org.texi: Don't set txicodequoteundirected and txicodequotebacktick
diff --git a/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi
index f20f0910763..71f020ceb28 100644
--- a/doc/misc/ada-mode.texi
+++ b/doc/misc/ada-mode.texi
@@ -352,7 +352,7 @@ Invoke @samp{Ada | Project | Load}, and load a project file that specifies @code
352 352
353The @code{Check file}, @code{Compile file}, and @code{Build} commands 353The @code{Check file}, @code{Compile file}, and @code{Build} commands
354all place compilation errors in a separate buffer named 354all place compilation errors in a separate buffer named
355@code{*compilation*}. 355@file{*compilation*}.
356 356
357Each line in this buffer will become active: you can simply click on 357Each line in this buffer will become active: you can simply click on
358it with the middle button of the mouse, or move point to it and press 358it with the middle button of the mouse, or move point to it and press
@@ -374,8 +374,8 @@ An Emacs Ada mode project file specifies what directories hold sources
374for your project, and allows you to customize the compilation commands 374for your project, and allows you to customize the compilation commands
375and other things on a per-project basis. 375and other things on a per-project basis.
376 376
377Note that Ada mode project files @samp{*.adp} are different than GNAT 377Note that Ada mode project files @file{*.adp} are different than GNAT
378compiler project files @samp{*.gpr}. However, Emacs Ada mode can use a 378compiler project files @file{*.gpr}. However, Emacs Ada mode can use a
379GNAT project file to specify the project directories. If no 379GNAT project file to specify the project directories. If no
380other customization is needed, a GNAT project file can be used without 380other customization is needed, a GNAT project file can be used without
381an Emacs Ada mode project file. 381an Emacs Ada mode project file.
@@ -728,7 +728,7 @@ Yes, this is missing the keyword @code{body}; another compiler error
728example. 728example.
729 729
730In buffer @file{hello.adb}, invoke @samp{Ada | Check file}. You should 730In buffer @file{hello.adb}, invoke @samp{Ada | Check file}. You should
731get a @code{*compilation*} buffer containing something like (the 731get a @file{*compilation*} buffer containing something like (the
732directory paths will be different): 732directory paths will be different):
733 733
734@smallexample 734@smallexample
@@ -815,7 +815,7 @@ Emacs has remembered the main file, in the project variable
815@code{main}, and used it for the Build command. 815@code{main}, and used it for the Build command.
816 816
817Finally, again while in @file{hello_pkg.adb}, invoke @samp{Ada | Run}. 817Finally, again while in @file{hello_pkg.adb}, invoke @samp{Ada | Run}.
818The @code{*run*} buffer displays @code{Hello from hello_pkg.adb}. 818The @file{*run*} buffer displays @code{Hello from hello_pkg.adb}.
819 819
820One final point. If you switch back to buffer @file{hello.adb}, and 820One final point. If you switch back to buffer @file{hello.adb}, and
821invoke @samp{Ada | Run}, @file{hello_2.exe} will be run. That is 821invoke @samp{Ada | Run}, @file{hello_2.exe} will be run. That is
@@ -876,7 +876,7 @@ In buffer @file{hello.adb}, invoke @samp{Ada | Project | Load...}, and
876select @file{Example_2/hello.adp}. 876select @file{Example_2/hello.adp}.
877 877
878Then, again in buffer @file{hello.adb}, invoke @samp{Ada | Set main and 878Then, again in buffer @file{hello.adb}, invoke @samp{Ada | Set main and
879Build}. You should get a @code{*compilation*} buffer containing 879Build}. You should get a @file{*compilation*} buffer containing
880something like (the directory paths will be different): 880something like (the directory paths will be different):
881 881
882@example 882@example
@@ -960,7 +960,7 @@ In buffer @file{hello_3.adb}, invoke @samp{Ada | Project | Load...}, and
960select @file{Example_3/Other/other.adp}. 960select @file{Example_3/Other/other.adp}.
961 961
962Then, again in @file{hello_3.adb}, invoke @samp{Ada | Set main and 962Then, again in @file{hello_3.adb}, invoke @samp{Ada | Set main and
963Build}. You should get a @code{*compilation*} buffer containing 963Build}. You should get a @file{*compilation*} buffer containing
964something like (the directory paths will be different): 964something like (the directory paths will be different):
965 965
966@example 966@example
@@ -1043,7 +1043,7 @@ In buffer @file{hello_4.adb}, invoke @samp{Ada | Project | Load...}, and
1043select @file{Example_4/Gnat_Project/hello_4.gpr}. 1043select @file{Example_4/Gnat_Project/hello_4.gpr}.
1044 1044
1045Then, again in @file{hello_4.adb}, invoke @samp{Ada | Set main and 1045Then, again in @file{hello_4.adb}, invoke @samp{Ada | Set main and
1046Build}. You should get a @code{*compilation*} buffer containing 1046Build}. You should get a @file{*compilation*} buffer containing
1047something like (the directory paths will be different): 1047something like (the directory paths will be different):
1048 1048
1049@smallexample 1049@smallexample
@@ -1110,7 +1110,7 @@ In buffer @file{hello_5.adb}, invoke @samp{Ada | Project | Load...}, and
1110select @file{Example_5/hello_5.adp}. 1110select @file{Example_5/hello_5.adp}.
1111 1111
1112Then, again in @file{hello_5.adb}, invoke @samp{Ada | Set main and 1112Then, again in @file{hello_5.adb}, invoke @samp{Ada | Set main and
1113Build}. You should get a @code{*compilation*} buffer containing 1113Build}. You should get a @file{*compilation*} buffer containing
1114something like (the directory paths will be different): 1114something like (the directory paths will be different):
1115 1115
1116@smallexample 1116@smallexample
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index 993062f8082..110473209c4 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -127,7 +127,7 @@ later.
127 127
128If you have problems with the search, set @code{auth-source-debug} to 128If you have problems with the search, set @code{auth-source-debug} to
129@code{'trivia} and see what host, port, and user the library is 129@code{'trivia} and see what host, port, and user the library is
130checking in the @samp{*Messages*} buffer. Ditto for any other 130checking in the @file{*Messages*} buffer. Ditto for any other
131problems, your first step is always to see what's being checked. The 131problems, your first step is always to see what's being checked. The
132second step, of course, is to write a blog entry about it and wait for 132second step, of course, is to write a blog entry about it and wait for
133the answer in the comments. 133the answer in the comments.
@@ -382,7 +382,7 @@ The auth-source library lets you control logging output easily.
382 382
383@defvar auth-source-debug 383@defvar auth-source-debug
384Set this variable to @code{'trivia} to see lots of output in 384Set this variable to @code{'trivia} to see lots of output in
385@samp{*Messages*}, or set it to a function that behaves like 385@file{*Messages*}, or set it to a function that behaves like
386@code{message} to do your own logging. 386@code{message} to do your own logging.
387@end defvar 387@end defvar
388 388
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 4010d6c8c19..366f1e3f03d 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -3960,7 +3960,7 @@ Next, let's add the line we got from our least-squares fit.
3960@ifinfo 3960@ifinfo
3961(If you are reading this tutorial on-line while running Calc, typing 3961(If you are reading this tutorial on-line while running Calc, typing
3962@kbd{g a} may cause the tutorial to disappear from its window and be 3962@kbd{g a} may cause the tutorial to disappear from its window and be
3963replaced by a buffer named @samp{*Gnuplot Commands*}. The tutorial 3963replaced by a buffer named @file{*Gnuplot Commands*}. The tutorial
3964will reappear when you terminate GNUPLOT by typing @kbd{g q}.) 3964will reappear when you terminate GNUPLOT by typing @kbd{g q}.)
3965@end ifinfo 3965@end ifinfo
3966 3966
@@ -9617,8 +9617,8 @@ numeric entry, undo, numeric prefix arguments, etc.
9617@cindex Starting the Calculator 9617@cindex Starting the Calculator
9618@cindex Running the Calculator 9618@cindex Running the Calculator
9619To start the Calculator in its standard interface, type @kbd{M-x calc}. 9619To start the Calculator in its standard interface, type @kbd{M-x calc}.
9620By default this creates a pair of small windows, @samp{*Calculator*} 9620By default this creates a pair of small windows, @file{*Calculator*}
9621and @samp{*Calc Trail*}. The former displays the contents of the 9621and @file{*Calc Trail*}. The former displays the contents of the
9622Calculator stack and is manipulated exclusively through Calc commands. 9622Calculator stack and is manipulated exclusively through Calc commands.
9623It is possible (though not usually necessary) to create several Calc 9623It is possible (though not usually necessary) to create several Calc
9624mode buffers each of which has an independent stack, undo list, and 9624mode buffers each of which has an independent stack, undo list, and
@@ -9626,7 +9626,7 @@ mode settings. There is exactly one Calc Trail buffer; it records a
9626list of the results of all calculations that have been done. The 9626list of the results of all calculations that have been done. The
9627Calc Trail buffer uses a variant of Calc mode, so Calculator commands 9627Calc Trail buffer uses a variant of Calc mode, so Calculator commands
9628still work when the trail buffer's window is selected. It is possible 9628still work when the trail buffer's window is selected. It is possible
9629to turn the trail window off, but the @samp{*Calc Trail*} buffer itself 9629to turn the trail window off, but the @file{*Calc Trail*} buffer itself
9630still exists and is updated silently. @xref{Trail Commands}. 9630still exists and is updated silently. @xref{Trail Commands}.
9631 9631
9632@kindex C-x * c 9632@kindex C-x * c
@@ -10150,10 +10150,10 @@ forget what it was, just run @code{C-x * q} again and enter
10150@samp{$} as the formula. 10150@samp{$} as the formula.
10151 10151
10152If this is the first time you have used the Calculator in this Emacs 10152If this is the first time you have used the Calculator in this Emacs
10153session, the @kbd{C-x * q} command will create the @code{*Calculator*} 10153session, the @kbd{C-x * q} command will create the @file{*Calculator*}
10154buffer and perform all the usual initializations; it simply will 10154buffer and perform all the usual initializations; it simply will
10155refrain from putting that buffer up in a new window. The Quick 10155refrain from putting that buffer up in a new window. The Quick
10156Calculator refers to the @code{*Calculator*} buffer for all mode 10156Calculator refers to the @file{*Calculator*} buffer for all mode
10157settings. Thus, for example, to set the precision that the Quick 10157settings. Thus, for example, to set the precision that the Quick
10158Calculator uses, simply run the full Calculator momentarily and use 10158Calculator uses, simply run the full Calculator momentarily and use
10159the regular @kbd{p} command. 10159the regular @kbd{p} command.
@@ -10341,9 +10341,9 @@ that you must always press @kbd{w} yourself to see the messages).
10341@pindex another-calc 10341@pindex another-calc
10342It is possible to have any number of Calc mode buffers at once. 10342It is possible to have any number of Calc mode buffers at once.
10343Usually this is done by executing @kbd{M-x another-calc}, which 10343Usually this is done by executing @kbd{M-x another-calc}, which
10344is similar to @kbd{C-x * c} except that if a @samp{*Calculator*} 10344is similar to @kbd{C-x * c} except that if a @file{*Calculator*}
10345buffer already exists, a new, independent one with a name of the 10345buffer already exists, a new, independent one with a name of the
10346form @samp{*Calculator*<@var{n}>} is created. You can also use the 10346form @file{*Calculator*<@var{n}>} is created. You can also use the
10347command @code{calc-mode} to put any buffer into Calculator mode, but 10347command @code{calc-mode} to put any buffer into Calculator mode, but
10348this would ordinarily never be done. 10348this would ordinarily never be done.
10349 10349
@@ -10358,7 +10358,7 @@ global default values of these variables are used only when a new
10358Calculator buffer is created. The @code{calc-quit} command saves 10358Calculator buffer is created. The @code{calc-quit} command saves
10359the stack and mode settings of the buffer being quit as the new defaults. 10359the stack and mode settings of the buffer being quit as the new defaults.
10360 10360
10361There is only one trail buffer, @samp{*Calc Trail*}, used by all 10361There is only one trail buffer, @file{*Calc Trail*}, used by all
10362Calculator buffers. 10362Calculator buffers.
10363 10363
10364@node Troubleshooting Commands, , Multiple Calculators, Introduction 10364@node Troubleshooting Commands, , Multiple Calculators, Introduction
@@ -11882,7 +11882,7 @@ the stack objects at the levels determined by the point and the mark.
11882@pindex calc-edit-finish 11882@pindex calc-edit-finish
11883@cindex Editing the stack with Emacs 11883@cindex Editing the stack with Emacs
11884The @kbd{`} (@code{calc-edit}) command creates a temporary buffer 11884The @kbd{`} (@code{calc-edit}) command creates a temporary buffer
11885(@samp{*Calc Edit*}) for editing the top-of-stack value using regular 11885(@file{*Calc Edit*}) for editing the top-of-stack value using regular
11886Emacs commands. Note that @kbd{`} is a backquote, not a quote. With a 11886Emacs commands. Note that @kbd{`} is a backquote, not a quote. With a
11887numeric prefix argument, it edits the specified number of stack entries 11887numeric prefix argument, it edits the specified number of stack entries
11888at once. (An argument of zero edits the entire stack; a negative 11888at once. (An argument of zero edits the entire stack; a negative
@@ -11895,9 +11895,9 @@ usual meaning (``insert a newline'') if it's a situation where you
11895might want to insert new lines into the editing buffer. 11895might want to insert new lines into the editing buffer.
11896 11896
11897When you finish editing, the Calculator parses the lines of text in 11897When you finish editing, the Calculator parses the lines of text in
11898the @samp{*Calc Edit*} buffer as numbers or formulas, replaces the 11898the @file{*Calc Edit*} buffer as numbers or formulas, replaces the
11899original stack elements in the original buffer with these new values, 11899original stack elements in the original buffer with these new values,
11900then kills the @samp{*Calc Edit*} buffer. The original Calculator buffer 11900then kills the @file{*Calc Edit*} buffer. The original Calculator buffer
11901continues to exist during editing, but for best results you should be 11901continues to exist during editing, but for best results you should be
11902careful not to change it until you have finished the edit. You can 11902careful not to change it until you have finished the edit. You can
11903also cancel the edit by killing the buffer with @kbd{C-x k}. 11903also cancel the edit by killing the buffer with @kbd{C-x k}.
@@ -11908,7 +11908,7 @@ For example, editing @samp{a + 2} to @samp{3 + 2} and pressing
11908finish, Calc will put the result on the stack without evaluating it. 11908finish, Calc will put the result on the stack without evaluating it.
11909 11909
11910If you give a prefix argument to @kbd{C-c C-c}, 11910If you give a prefix argument to @kbd{C-c C-c},
11911Calc will not kill the @samp{*Calc Edit*} buffer. You can switch 11911Calc will not kill the @file{*Calc Edit*} buffer. You can switch
11912back to that buffer and continue editing if you wish. However, you 11912back to that buffer and continue editing if you wish. However, you
11913should understand that if you initiated the edit with @kbd{`}, the 11913should understand that if you initiated the edit with @kbd{`}, the
11914@kbd{C-c C-c} operation will be programmed to replace the top of the 11914@kbd{C-c C-c} operation will be programmed to replace the top of the
@@ -11918,13 +11918,13 @@ with other editing commands, though, such as @kbd{s e}
11918(@code{calc-edit-variable}; @pxref{Operations on Variables}). 11918(@code{calc-edit-variable}; @pxref{Operations on Variables}).
11919 11919
11920If the @code{calc-edit} command involves more than one stack entry, 11920If the @code{calc-edit} command involves more than one stack entry,
11921each line of the @samp{*Calc Edit*} buffer is interpreted as a 11921each line of the @file{*Calc Edit*} buffer is interpreted as a
11922separate formula. Otherwise, the entire buffer is interpreted as 11922separate formula. Otherwise, the entire buffer is interpreted as
11923one formula, with line breaks ignored. (You can use @kbd{C-o} or 11923one formula, with line breaks ignored. (You can use @kbd{C-o} or
11924@kbd{C-q C-j} to insert a newline in the buffer without pressing @key{RET}.) 11924@kbd{C-q C-j} to insert a newline in the buffer without pressing @key{RET}.)
11925 11925
11926The @kbd{`} key also works during numeric or algebraic entry. The 11926The @kbd{`} key also works during numeric or algebraic entry. The
11927text entered so far is moved to the @code{*Calc Edit*} buffer for 11927text entered so far is moved to the @file{*Calc Edit*} buffer for
11928more extensive editing than is convenient in the minibuffer. 11928more extensive editing than is convenient in the minibuffer.
11929 11929
11930@node Trail Commands, Keep Arguments, Editing Stack Entries, Stack and Trail 11930@node Trail Commands, Keep Arguments, Editing Stack Entries, Stack and Trail
@@ -23604,7 +23604,7 @@ of 3 is used. The lower this limit is, the greater the chance that Calc
23604will be unable to integrate a function it could otherwise handle. Raising 23604will be unable to integrate a function it could otherwise handle. Raising
23605this limit allows the Calculator to solve more integrals, though the time 23605this limit allows the Calculator to solve more integrals, though the time
23606it takes may grow exponentially. You can monitor the integrator's actions 23606it takes may grow exponentially. You can monitor the integrator's actions
23607by creating an Emacs buffer called @code{*Trace*}. If such a buffer 23607by creating an Emacs buffer called @file{*Trace*}. If such a buffer
23608exists, the @kbd{a i} command will write a log of its actions there. 23608exists, the @kbd{a i} command will write a log of its actions there.
23609 23609
23610If you want to manipulate integrals in a purely symbolic way, you can 23610If you want to manipulate integrals in a purely symbolic way, you can
@@ -27653,17 +27653,17 @@ only during integration by @kbd{a i}.
27653@subsection Debugging Rewrites 27653@subsection Debugging Rewrites
27654 27654
27655@noindent 27655@noindent
27656If a buffer named @samp{*Trace*} exists, the rewrite mechanism will 27656If a buffer named @file{*Trace*} exists, the rewrite mechanism will
27657record some useful information there as it operates. The original 27657record some useful information there as it operates. The original
27658formula is written there, as is the result of each successful rewrite, 27658formula is written there, as is the result of each successful rewrite,
27659and the final result of the rewriting. All phase changes are also 27659and the final result of the rewriting. All phase changes are also
27660noted. 27660noted.
27661 27661
27662Calc always appends to @samp{*Trace*}. You must empty this buffer 27662Calc always appends to @file{*Trace*}. You must empty this buffer
27663yourself periodically if it is in danger of growing unwieldy. 27663yourself periodically if it is in danger of growing unwieldy.
27664 27664
27665Note that the rewriting mechanism is substantially slower when the 27665Note that the rewriting mechanism is substantially slower when the
27666@samp{*Trace*} buffer exists, even if the buffer is not visible on 27666@file{*Trace*} buffer exists, even if the buffer is not visible on
27667the screen. Once you are done, you will probably want to kill this 27667the screen. Once you are done, you will probably want to kill this
27668buffer (with @kbd{C-x k *Trace* @key{RET}}). If you leave it in 27668buffer (with @kbd{C-x k *Trace* @key{RET}}). If you leave it in
27669existence and forget about it, all your future rewrite commands will 27669existence and forget about it, all your future rewrite commands will
@@ -27986,7 +27986,7 @@ be considered a ``femto-ton,'' but it is written as @samp{1000 at}
27986@kindex u v 27986@kindex u v
27987@pindex calc-enter-units-table 27987@pindex calc-enter-units-table
27988The @kbd{u v} (@code{calc-enter-units-table}) command displays the units table 27988The @kbd{u v} (@code{calc-enter-units-table}) command displays the units table
27989in another buffer called @code{*Units Table*}. Each entry in this table 27989in another buffer called @file{*Units Table*}. Each entry in this table
27990gives the unit name as it would appear in an expression, the definition 27990gives the unit name as it would appear in an expression, the definition
27991of the unit in terms of simpler units, and a full name or description of 27991of the unit in terms of simpler units, and a full name or description of
27992the unit. Fundamental units are defined as themselves; these are the 27992the unit. Fundamental units are defined as themselves; these are the
@@ -29267,7 +29267,7 @@ result is a surface plot where
29267is the height of the point 29267is the height of the point
29268at coordinate @expr{(x_i, y_j)} on the surface. The 3D graph will 29268at coordinate @expr{(x_i, y_j)} on the surface. The 3D graph will
29269be displayed from a certain default viewpoint; you can change this 29269be displayed from a certain default viewpoint; you can change this
29270viewpoint by adding a @samp{set view} to the @samp{*Gnuplot Commands*} 29270viewpoint by adding a @samp{set view} to the @file{*Gnuplot Commands*}
29271buffer as described later. See the GNUPLOT documentation for a 29271buffer as described later. See the GNUPLOT documentation for a
29272description of the @samp{set view} command. 29272description of the @samp{set view} command.
29273 29273
@@ -29330,7 +29330,7 @@ you give the @kbd{g p} command, all the curves will be drawn superimposed
29330on the same axes. 29330on the same axes.
29331 29331
29332The @kbd{g a} command (and many others that affect the current graph) 29332The @kbd{g a} command (and many others that affect the current graph)
29333will cause a special buffer, @samp{*Gnuplot Commands*}, to be displayed 29333will cause a special buffer, @file{*Gnuplot Commands*}, to be displayed
29334in another window. This buffer is a template of the commands that will 29334in another window. This buffer is a template of the commands that will
29335be sent to GNUPLOT when it is time to draw the graph. The first 29335be sent to GNUPLOT when it is time to draw the graph. The first
29336@kbd{g a} command adds a @code{plot} command to this buffer. Succeeding 29336@kbd{g a} command adds a @code{plot} command to this buffer. Succeeding
@@ -29341,7 +29341,7 @@ directly, but you can if you wish. The only constraint is that there
29341must be only one @code{plot} command, and it must be the last command 29341must be only one @code{plot} command, and it must be the last command
29342in the buffer. If you want to save and later restore a complete graph 29342in the buffer. If you want to save and later restore a complete graph
29343configuration, you can use regular Emacs commands to save and restore 29343configuration, you can use regular Emacs commands to save and restore
29344the contents of the @samp{*Gnuplot Commands*} buffer. 29344the contents of the @file{*Gnuplot Commands*} buffer.
29345 29345
29346@vindex PlotData1 29346@vindex PlotData1
29347@vindex PlotData2 29347@vindex PlotData2
@@ -29393,10 +29393,10 @@ separate ``z''s). With a zero prefix, it takes three stack entries
29393but the ``z'' entry is a vector of curve values. With a negative 29393but the ``z'' entry is a vector of curve values. With a negative
29394prefix @expr{-n}, it takes @expr{n} vectors of the form @expr{[x, y, z]}. 29394prefix @expr{-n}, it takes @expr{n} vectors of the form @expr{[x, y, z]}.
29395The @kbd{g A} command works by adding a @code{splot} (surface-plot) 29395The @kbd{g A} command works by adding a @code{splot} (surface-plot)
29396command to the @samp{*Gnuplot Commands*} buffer. 29396command to the @file{*Gnuplot Commands*} buffer.
29397 29397
29398(Although @kbd{g a} adds a 2D @code{plot} command to the 29398(Although @kbd{g a} adds a 2D @code{plot} command to the
29399@samp{*Gnuplot Commands*} buffer, Calc changes this to @code{splot} 29399@file{*Gnuplot Commands*} buffer, Calc changes this to @code{splot}
29400before sending it to GNUPLOT if it notices that the data points are 29400before sending it to GNUPLOT if it notices that the data points are
29401evaluating to @code{xyz} calls. It will not work to mix 2D and 3D 29401evaluating to @code{xyz} calls. It will not work to mix 2D and 3D
29402@kbd{g a} curves in a single graph, although Calc does not currently 29402@kbd{g a} curves in a single graph, although Calc does not currently
@@ -29428,7 +29428,7 @@ affect the last curve in the list.
29428@kindex g p 29428@kindex g p
29429@pindex calc-graph-plot 29429@pindex calc-graph-plot
29430The @kbd{g p} (@code{calc-graph-plot}) command uses GNUPLOT to draw 29430The @kbd{g p} (@code{calc-graph-plot}) command uses GNUPLOT to draw
29431the graph described in the @samp{*Gnuplot Commands*} buffer. Any 29431the graph described in the @file{*Gnuplot Commands*} buffer. Any
29432GNUPLOT parameters which are not defined by commands in this buffer 29432GNUPLOT parameters which are not defined by commands in this buffer
29433are reset to their default values. The variables named in the @code{plot} 29433are reset to their default values. The variables named in the @code{plot}
29434command are written to a temporary data file and the variable names 29434command are written to a temporary data file and the variable names
@@ -29462,7 +29462,7 @@ the current graph is three-dimensional.
29462The @kbd{g P} (@code{calc-graph-print}) command is like @kbd{g p}, 29462The @kbd{g P} (@code{calc-graph-print}) command is like @kbd{g p},
29463except that it sends the output to a printer instead of to the 29463except that it sends the output to a printer instead of to the
29464screen. More precisely, @kbd{g p} looks for @samp{set terminal} 29464screen. More precisely, @kbd{g p} looks for @samp{set terminal}
29465or @samp{set output} commands in the @samp{*Gnuplot Commands*} buffer; 29465or @samp{set output} commands in the @file{*Gnuplot Commands*} buffer;
29466lacking these it uses the default settings. However, @kbd{g P} 29466lacking these it uses the default settings. However, @kbd{g P}
29467ignores @samp{set terminal} and @samp{set output} commands and 29467ignores @samp{set terminal} and @samp{set output} commands and
29468uses a different set of default values. All of these values are 29468uses a different set of default values. All of these values are
@@ -29481,7 +29481,7 @@ The @kbd{g g} (@code{calc-graph-grid}) command turns the ``grid''
29481on and off. It is off by default; tick marks appear only at the 29481on and off. It is off by default; tick marks appear only at the
29482edges of the graph. With the grid turned on, dotted lines appear 29482edges of the graph. With the grid turned on, dotted lines appear
29483across the graph at each tick mark. Note that this command only 29483across the graph at each tick mark. Note that this command only
29484changes the setting in @samp{*Gnuplot Commands*}; to see the effects 29484changes the setting in @file{*Gnuplot Commands*}; to see the effects
29485of the change you must give another @kbd{g p} command. 29485of the change you must give another @kbd{g p} command.
29486 29486
29487@kindex g b 29487@kindex g b
@@ -29519,7 +29519,7 @@ time. This is usually more than adequate, but there are cases where
29519it will not be. For example, plotting @expr{1 + x} with @expr{x} in the 29519it will not be. For example, plotting @expr{1 + x} with @expr{x} in the
29520interval @samp{[0 ..@: 1e-6]} will round all the data points down 29520interval @samp{[0 ..@: 1e-6]} will round all the data points down
29521to 1.0! Putting the command @samp{set precision @var{n}} in the 29521to 1.0! Putting the command @samp{set precision @var{n}} in the
29522@samp{*Gnuplot Commands*} buffer will cause the data to be computed 29522@file{*Gnuplot Commands*} buffer will cause the data to be computed
29523at precision @var{n} instead of 5. Since this is such a rare case, 29523at precision @var{n} instead of 5. Since this is such a rare case,
29524there is no keystroke-based command to set the precision. 29524there is no keystroke-based command to set the precision.
29525 29525
@@ -29534,9 +29534,9 @@ The default title is blank (no title).
29534The @kbd{g n} (@code{calc-graph-name}) command sets the title of an 29534The @kbd{g n} (@code{calc-graph-name}) command sets the title of an
29535individual curve. Like the other curve-manipulating commands, it 29535individual curve. Like the other curve-manipulating commands, it
29536affects the most recently added curve, i.e., the last curve on the 29536affects the most recently added curve, i.e., the last curve on the
29537list in the @samp{*Gnuplot Commands*} buffer. To set the title of 29537list in the @file{*Gnuplot Commands*} buffer. To set the title of
29538the other curves you must first juggle them to the end of the list 29538the other curves you must first juggle them to the end of the list
29539with @kbd{g j}, or edit the @samp{*Gnuplot Commands*} buffer by hand. 29539with @kbd{g j}, or edit the @file{*Gnuplot Commands*} buffer by hand.
29540Curve titles appear in the key; if the key is turned off they are 29540Curve titles appear in the key; if the key is turned off they are
29541not used. 29541not used.
29542 29542
@@ -29549,7 +29549,7 @@ The @kbd{g t} (@code{calc-graph-title-x}) and @kbd{g T}
29549and ``y'' axes, respectively. These titles appear next to the 29549and ``y'' axes, respectively. These titles appear next to the
29550tick marks on the left and bottom edges of the graph, respectively. 29550tick marks on the left and bottom edges of the graph, respectively.
29551Calc does not have commands to control the tick marks themselves, 29551Calc does not have commands to control the tick marks themselves,
29552but you can edit them into the @samp{*Gnuplot Commands*} buffer if 29552but you can edit them into the @file{*Gnuplot Commands*} buffer if
29553you wish. See the GNUPLOT documentation for details. 29553you wish. See the GNUPLOT documentation for details.
29554 29554
29555@kindex g r 29555@kindex g r
@@ -29663,7 +29663,7 @@ value.
29663The @code{dumb} device is an interface to ``dumb terminals,'' i.e., 29663The @code{dumb} device is an interface to ``dumb terminals,'' i.e.,
29664terminals with no special graphics facilities. It writes a crude 29664terminals with no special graphics facilities. It writes a crude
29665picture of the graph composed of characters like @code{-} and @code{|} 29665picture of the graph composed of characters like @code{-} and @code{|}
29666to a buffer called @samp{*Gnuplot Trail*}, which Calc then displays. 29666to a buffer called @file{*Gnuplot Trail*}, which Calc then displays.
29667The graph is made the same size as the Emacs screen, which on most 29667The graph is made the same size as the Emacs screen, which on most
29668dumb terminals will be 29668dumb terminals will be
29669@texline @math{80\times24} 29669@texline @math{80\times24}
@@ -29678,7 +29678,7 @@ spaces. These are the desired width and height of the graph in
29678characters. Also, the device name @code{big} is like @code{dumb} 29678characters. Also, the device name @code{big} is like @code{dumb}
29679but creates a graph four times the width and height of the Emacs 29679but creates a graph four times the width and height of the Emacs
29680screen. You will then have to scroll around to view the entire 29680screen. You will then have to scroll around to view the entire
29681graph. In the @samp{*Gnuplot Trail*} buffer, @key{SPC}, @key{DEL}, 29681graph. In the @file{*Gnuplot Trail*} buffer, @key{SPC}, @key{DEL},
29682@kbd{<}, and @kbd{>} are defined to scroll by one screenful in each 29682@kbd{<}, and @kbd{>} are defined to scroll by one screenful in each
29683of the four directions. 29683of the four directions.
29684 29684
@@ -29697,7 +29697,7 @@ used. Many other ``devices'' are really file formats like
29697@code{postscript}; in these cases the output in the desired format 29697@code{postscript}; in these cases the output in the desired format
29698goes into the file you name with @kbd{g O}. Type @kbd{g O stdout 29698goes into the file you name with @kbd{g O}. Type @kbd{g O stdout
29699@key{RET}} to set GNUPLOT to write to its standard output stream, 29699@key{RET}} to set GNUPLOT to write to its standard output stream,
29700i.e., to @samp{*Gnuplot Trail*}. This is the default setting. 29700i.e., to @file{*Gnuplot Trail*}. This is the default setting.
29701 29701
29702Another special output name is @code{tty}, which means that GNUPLOT 29702Another special output name is @code{tty}, which means that GNUPLOT
29703is going to write graphics commands directly to its standard output, 29703is going to write graphics commands directly to its standard output,
@@ -29721,7 +29721,7 @@ permanently by the @kbd{m m} (@code{calc-save-modes}) command. The
29721default number of data points (see @kbd{g N}) and the X geometry 29721default number of data points (see @kbd{g N}) and the X geometry
29722(see @kbd{g X}) are also saved. Other graph information is @emph{not} 29722(see @kbd{g X}) are also saved. Other graph information is @emph{not}
29723saved; you can save a graph's configuration simply by saving the contents 29723saved; you can save a graph's configuration simply by saving the contents
29724of the @samp{*Gnuplot Commands*} buffer. 29724of the @file{*Gnuplot Commands*} buffer.
29725 29725
29726@vindex calc-gnuplot-plot-command 29726@vindex calc-gnuplot-plot-command
29727@vindex calc-gnuplot-default-device 29727@vindex calc-gnuplot-default-device
@@ -29762,7 +29762,7 @@ Entering @samp{800x500+0+0} would create an 800-by-500 pixel
29762window in the upper-left corner of the screen. This command has no 29762window in the upper-left corner of the screen. This command has no
29763effect if the current device is @code{windows}. 29763effect if the current device is @code{windows}.
29764 29764
29765The buffer called @samp{*Gnuplot Trail*} holds a transcript of the 29765The buffer called @file{*Gnuplot Trail*} holds a transcript of the
29766session with GNUPLOT@. This shows the commands Calc has ``typed'' to 29766session with GNUPLOT@. This shows the commands Calc has ``typed'' to
29767GNUPLOT and the responses it has received. Calc tries to notice when an 29767GNUPLOT and the responses it has received. Calc tries to notice when an
29768error message has appeared here and display the buffer for you when 29768error message has appeared here and display the buffer for you when
@@ -29779,7 +29779,7 @@ usage of GNUPLOT.
29779@pindex calc-graph-command 29779@pindex calc-graph-command
29780The @kbd{g C} (@code{calc-graph-command}) command prompts you to 29780The @kbd{g C} (@code{calc-graph-command}) command prompts you to
29781enter any line of text, then simply sends that line to the current 29781enter any line of text, then simply sends that line to the current
29782GNUPLOT process. The @samp{*Gnuplot Trail*} buffer looks deceptively 29782GNUPLOT process. The @file{*Gnuplot Trail*} buffer looks deceptively
29783like a Shell buffer but you can't type commands in it yourself. 29783like a Shell buffer but you can't type commands in it yourself.
29784Instead, you must use @kbd{g C} for this purpose. 29784Instead, you must use @kbd{g C} for this purpose.
29785 29785
@@ -29788,21 +29788,21 @@ Instead, you must use @kbd{g C} for this purpose.
29788@pindex calc-graph-view-commands 29788@pindex calc-graph-view-commands
29789@pindex calc-graph-view-trail 29789@pindex calc-graph-view-trail
29790The @kbd{g v} (@code{calc-graph-view-commands}) and @kbd{g V} 29790The @kbd{g v} (@code{calc-graph-view-commands}) and @kbd{g V}
29791(@code{calc-graph-view-trail}) commands display the @samp{*Gnuplot Commands*} 29791(@code{calc-graph-view-trail}) commands display the @file{*Gnuplot Commands*}
29792and @samp{*Gnuplot Trail*} buffers, respectively, in another window. 29792and @file{*Gnuplot Trail*} buffers, respectively, in another window.
29793This happens automatically when Calc thinks there is something you 29793This happens automatically when Calc thinks there is something you
29794will want to see in either of these buffers. If you type @kbd{g v} 29794will want to see in either of these buffers. If you type @kbd{g v}
29795or @kbd{g V} when the relevant buffer is already displayed, the 29795or @kbd{g V} when the relevant buffer is already displayed, the
29796buffer is hidden again. (Note that on MS-Windows, the @samp{*Gnuplot 29796buffer is hidden again. (Note that on MS-Windows, the @file{*Gnuplot
29797Trail*} buffer will usually show nothing of interest, because 29797Trail*} buffer will usually show nothing of interest, because
29798GNUPLOT's responses are not communicated back to Calc.) 29798GNUPLOT's responses are not communicated back to Calc.)
29799 29799
29800One reason to use @kbd{g v} is to add your own commands to the 29800One reason to use @kbd{g v} is to add your own commands to the
29801@samp{*Gnuplot Commands*} buffer. Press @kbd{g v}, then use 29801@file{*Gnuplot Commands*} buffer. Press @kbd{g v}, then use
29802@kbd{C-x o} to switch into that window. For example, GNUPLOT has 29802@kbd{C-x o} to switch into that window. For example, GNUPLOT has
29803@samp{set label} and @samp{set arrow} commands that allow you to 29803@samp{set label} and @samp{set arrow} commands that allow you to
29804annotate your plots. Since Calc doesn't understand these commands, 29804annotate your plots. Since Calc doesn't understand these commands,
29805you have to add them to the @samp{*Gnuplot Commands*} buffer 29805you have to add them to the @file{*Gnuplot Commands*} buffer
29806yourself, then use @w{@kbd{g p}} to replot using these new commands. Note 29806yourself, then use @w{@kbd{g p}} to replot using these new commands. Note
29807that your commands must appear @emph{before} the @code{plot} command. 29807that your commands must appear @emph{before} the @code{plot} command.
29808To get help on any GNUPLOT feature, type, e.g., @kbd{g C help set label}. 29808To get help on any GNUPLOT feature, type, e.g., @kbd{g C help set label}.
@@ -29826,7 +29826,7 @@ exit Emacs if you haven't killed it manually by then.
29826@kindex g K 29826@kindex g K
29827@pindex calc-graph-kill 29827@pindex calc-graph-kill
29828The @kbd{g K} (@code{calc-graph-kill}) command is like @kbd{g q} 29828The @kbd{g K} (@code{calc-graph-kill}) command is like @kbd{g q}
29829except that it also views the @samp{*Gnuplot Trail*} buffer so that 29829except that it also views the @file{*Gnuplot Trail*} buffer so that
29830you can see the process being killed. This is better if you are 29830you can see the process being killed. This is better if you are
29831killing GNUPLOT because you think it has gotten stuck. 29831killing GNUPLOT because you think it has gotten stuck.
29832 29832
@@ -30181,7 +30181,7 @@ trail all at once. This mode would normally be used when running
30181Calc standalone (@pxref{Standalone Operation}). 30181Calc standalone (@pxref{Standalone Operation}).
30182 30182
30183If you aren't using the X window system, you must switch into 30183If you aren't using the X window system, you must switch into
30184the @samp{*Calc Keypad*} window, place the cursor on the desired 30184the @file{*Calc Keypad*} window, place the cursor on the desired
30185``key,'' and type @key{SPC} or @key{RET}. If you think this 30185``key,'' and type @key{SPC} or @key{RET}. If you think this
30186is easier than using Calc normally, go right ahead. 30186is easier than using Calc normally, go right ahead.
30187 30187
@@ -32313,7 +32313,7 @@ after Calc itself is loaded.
32313The properties of @code{calc-define} are evaluated in the same order 32313The properties of @code{calc-define} are evaluated in the same order
32314that they were added. They can assume that the Calc modules @file{calc.el}, 32314that they were added. They can assume that the Calc modules @file{calc.el},
32315@file{calc-ext.el}, and @file{calc-macs.el} have been fully loaded, and 32315@file{calc-ext.el}, and @file{calc-macs.el} have been fully loaded, and
32316that the @samp{*Calculator*} buffer will be the current buffer. 32316that the @file{*Calculator*} buffer will be the current buffer.
32317 32317
32318If your @code{calc-define} property only defines algebraic functions, 32318If your @code{calc-define} property only defines algebraic functions,
32319you can be sure that it will have been evaluated before Calc tries to 32319you can be sure that it will have been evaluated before Calc tries to
@@ -32400,9 +32400,9 @@ the function with code that looks roughly like this:
32400@end smallexample 32400@end smallexample
32401 32401
32402@findex calc-select-buffer 32402@findex calc-select-buffer
32403The @code{calc-select-buffer} function selects the @samp{*Calculator*} 32403The @code{calc-select-buffer} function selects the @file{*Calculator*}
32404buffer if necessary, say, because the command was invoked from inside 32404buffer if necessary, say, because the command was invoked from inside
32405the @samp{*Calc Trail*} window. 32405the @file{*Calc Trail*} window.
32406 32406
32407@findex calc-set-command-flag 32407@findex calc-set-command-flag
32408You can call, for example, @code{(calc-set-command-flag 'no-align)} to 32408You can call, for example, @code{(calc-set-command-flag 'no-align)} to
@@ -32432,7 +32432,7 @@ Do not clear @code{calc-inverse-flag}, @code{calc-hyperbolic-flag},
32432and @code{calc-keep-args-flag} at the end of this command. 32432and @code{calc-keep-args-flag} at the end of this command.
32433 32433
32434@item do-edit 32434@item do-edit
32435Switch to buffer @samp{*Calc Edit*} after this command. 32435Switch to buffer @file{*Calc Edit*} after this command.
32436 32436
32437@item hold-trail 32437@item hold-trail
32438Do not move trail pointer to end of trail when something is recorded 32438Do not move trail pointer to end of trail when something is recorded
@@ -33154,7 +33154,7 @@ It is, of course, polite to put the Calc stack back the way you
33154found it when you are done, unless the user of your program is 33154found it when you are done, unless the user of your program is
33155actually expecting it to affect the stack. 33155actually expecting it to affect the stack.
33156 33156
33157Note that you do not actually have to switch into the @samp{*Calculator*} 33157Note that you do not actually have to switch into the @file{*Calculator*}
33158buffer in order to use @code{calc-eval}; it temporarily switches into 33158buffer in order to use @code{calc-eval}; it temporarily switches into
33159the stack buffer if necessary. 33159the stack buffer if necessary.
33160 33160
@@ -33689,7 +33689,7 @@ entries.)
33689@end defun 33689@end defun
33690 33690
33691@defun calc-refresh 33691@defun calc-refresh
33692Erase the @code{*Calculator*} buffer and reformat its contents from memory. 33692Erase the @file{*Calculator*} buffer and reformat its contents from memory.
33693This must be called after changing any parameter, such as the current 33693This must be called after changing any parameter, such as the current
33694display radix, which might change the appearance of existing stack 33694display radix, which might change the appearance of existing stack
33695entries. (During a keyboard macro invoked by the @kbd{X} key, refreshing 33695entries. (During a keyboard macro invoked by the @kbd{X} key, refreshing
diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi
index 9e9596d236a..3d1ce5e5da3 100644
--- a/doc/misc/ebrowse.texi
+++ b/doc/misc/ebrowse.texi
@@ -495,7 +495,7 @@ The same functionality is available from the menu opened with
495 495
496@node Member Display 496@node Member Display
497@section Displaying Members 497@section Displaying Members
498@cindex @samp{*Members*} buffer 498@cindex @file{*Members*} buffer
499@cindex @samp{*Globals*} 499@cindex @samp{*Globals*}
500@cindex freezing a member buffer 500@cindex freezing a member buffer
501@cindex member lists, in tree buffers 501@cindex member lists, in tree buffers
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index ca9e24fbeaa..51d2cc00d5a 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -2410,12 +2410,12 @@ printed an error message? If so, compiling from within Emacs using the
2410@kbd{M-x compile} and @kbd{M-x recompile} commands is a much more 2410@kbd{M-x compile} and @kbd{M-x recompile} commands is a much more
2411effective way of doing that. Emacs automatically intercepts the compile 2411effective way of doing that. Emacs automatically intercepts the compile
2412error messages, inserts them into a special buffer called 2412error messages, inserts them into a special buffer called
2413@code{*compilation*}, and lets you visit the locus of each message in 2413@file{*compilation*}, and lets you visit the locus of each message in
2414the source. Type @kbd{C-x `} to step through the offending lines one by 2414the source. Type @kbd{C-x `} to step through the offending lines one by
2415one (starting with Emacs 22, you can also use @kbd{M-g M-p} and 2415one (starting with Emacs 22, you can also use @kbd{M-g M-p} and
2416@kbd{M-g M-n} to go to the previous and next matches directly). Click 2416@kbd{M-g M-n} to go to the previous and next matches directly). Click
2417@kbd{Mouse-2} or press @key{RET} on a message text in the 2417@kbd{Mouse-2} or press @key{RET} on a message text in the
2418@code{*compilation*} buffer to go to the line whose number is mentioned 2418@file{*compilation*} buffer to go to the line whose number is mentioned
2419in that message. 2419in that message.
2420 2420
2421But if you indeed need to go to a certain text line, type @kbd{M-g M-g} 2421But if you indeed need to go to a certain text line, type @kbd{M-g M-g}
diff --git a/doc/misc/emacs-gnutls.texi b/doc/misc/emacs-gnutls.texi
index 9d250e06888..d6a95a46296 100644
--- a/doc/misc/emacs-gnutls.texi
+++ b/doc/misc/emacs-gnutls.texi
@@ -104,7 +104,7 @@ properly. Well, there's something to be done in the last case.
104@defvar gnutls-log-level 104@defvar gnutls-log-level
105The @code{gnutls-log-level} variable sets the log level. 1 is 105The @code{gnutls-log-level} variable sets the log level. 1 is
106verbose. 2 is very verbose. 5 is crazy. Crazy! Set it to 1 or 2 106verbose. 2 is very verbose. 5 is crazy. Crazy! Set it to 1 or 2
107and look in the @code{*Messages*} buffer for the debugging 107and look in the @file{*Messages*} buffer for the debugging
108information. 108information.
109@end defvar 109@end defvar
110 110
@@ -148,7 +148,7 @@ instead.
148 148
149Because of the low-level interactions with the GnuTLS library, there 149Because of the low-level interactions with the GnuTLS library, there
150is no way currently to ask if a certificate can be accepted. You have 150is no way currently to ask if a certificate can be accepted. You have
151to look in the @code{*Messages*} buffer. 151to look in the @file{*Messages*} buffer.
152@end defvar 152@end defvar
153 153
154@defvar gnutls-min-prime-bits 154@defvar gnutls-min-prime-bits
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi
index 4dbc1373d32..76794517692 100644
--- a/doc/misc/epa.texi
+++ b/doc/misc/epa.texi
@@ -97,7 +97,7 @@ EasyPG Assistant commands are prefixed by @samp{epa-}. For example,
97 97
98EasyPG Assistant provides several cryptographic features which can be 98EasyPG Assistant provides several cryptographic features which can be
99integrated into other Emacs functionalities. For example, automatic 99integrated into other Emacs functionalities. For example, automatic
100encryption/decryption of @samp{*.gpg} files. 100encryption/decryption of @file{*.gpg} files.
101 101
102@node Commands 102@node Commands
103@chapter Commands 103@chapter Commands
@@ -161,7 +161,7 @@ Show all keys matched with @var{name} from the private keyring.
161@end deffn 161@end deffn
162 162
163@noindent 163@noindent
164In @samp{*Keys*} buffer, several commands are available. The common 164In @file{*Keys*} buffer, several commands are available. The common
165use case is to export some keys to a file. To do that, type @kbd{m} 165use case is to export some keys to a file. To do that, type @kbd{m}
166to select keys, type @kbd{o}, and then supply the filename. 166to select keys, type @kbd{o}, and then supply the filename.
167 167
@@ -355,10 +355,10 @@ use that option to ignore specific recipients for encryption purposes.
355 355
356@node Encrypting/decrypting gpg files 356@node Encrypting/decrypting gpg files
357@section Encrypting/decrypting gpg files 357@section Encrypting/decrypting gpg files
358By default, every file whose name ends with @samp{.gpg} will be 358By default, every file whose name ends with @file{.gpg} will be
359treated as encrypted. That is, when you open such a file, the 359treated as encrypted. That is, when you open such a file, the
360decrypted text is inserted in the buffer rather than encrypted one. 360decrypted text is inserted in the buffer rather than encrypted one.
361Similarly, when you save the buffer to a @samp{foo.gpg} file, 361Similarly, when you save the buffer to a @file{foo.gpg} file,
362encrypted data is written. 362encrypted data is written.
363 363
364The file name pattern for encrypted files can be controlled by 364The file name pattern for encrypted files can be controlled by
@@ -492,7 +492,7 @@ collect necessary information to fix the bug, such as:
492 492
493Before reporting the bug, you should set @code{epg-debug} in the 493Before reporting the bug, you should set @code{epg-debug} in the
494@file{~/.emacs} file and repeat the bug. Then, include the contents 494@file{~/.emacs} file and repeat the bug. Then, include the contents
495of the @samp{ *epg-debug*} buffer. Note that the first letter of the 495of the @file{ *epg-debug*} buffer. Note that the first letter of the
496buffer name is a whitespace. 496buffer name is a whitespace.
497 497
498@node GNU Free Documentation License 498@node GNU Free Documentation License
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi
index d57e629775c..586fab6cd5b 100644
--- a/doc/misc/ert.texi
+++ b/doc/misc/ert.texi
@@ -513,7 +513,7 @@ occurs even if the test fails.
513 513
514An exception to this are messages that the code under test prints with 514An exception to this are messages that the code under test prints with
515@code{message} and similar logging; tests should not bother restoring 515@code{message} and similar logging; tests should not bother restoring
516the @code{*Message*} buffer to its original state. 516the @file{*Message*} buffer to its original state.
517 517
518The above guidelines imply that tests should avoid calling highly 518The above guidelines imply that tests should avoid calling highly
519customizable commands such as @code{find-file}, except, of course, if 519customizable commands such as @code{find-file}, except, of course, if
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index befe3187d89..d52f3d92747 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -665,7 +665,7 @@ virtual devices.
665The buffer redirection operator, @code{>>>}, expects a buffer object 665The buffer redirection operator, @code{>>>}, expects a buffer object
666on the right-hand side, into which it inserts the output of the 666on the right-hand side, into which it inserts the output of the
667left-hand side. e.g., @samp{echo hello >>> #<buffer *scratch*>} 667left-hand side. e.g., @samp{echo hello >>> #<buffer *scratch*>}
668inserts the string @code{"hello"} into the @code{*scratch*} buffer. 668inserts the string @code{"hello"} into the @file{*scratch*} buffer.
669 669
670@code{eshell-virtual-targets} is a list of mappings of virtual device 670@code{eshell-virtual-targets} is a list of mappings of virtual device
671names to functions. Eshell comes with two virtual devices: 671names to functions. Eshell comes with two virtual devices:
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi
index 38bec5a4c8b..ebccb055c62 100644
--- a/doc/misc/eww.texi
+++ b/doc/misc/eww.texi
@@ -91,7 +91,7 @@ either prefix the file name with @code{file://} or use the command
91@kindex q 91@kindex q
92@kindex w 92@kindex w
93@kindex g 93@kindex g
94 If loading the URL was successful the buffer @code{*eww*} is opened 94 If loading the URL was successful the buffer @file{*eww*} is opened
95and the web page is rendered in it. You can leave EWW by pressing 95and the web page is rendered in it. You can leave EWW by pressing
96@kbd{q} or exit the browser by calling @kbd{eww-quit}. To reload the 96@kbd{q} or exit the browser by calling @kbd{eww-quit}. To reload the
97web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w} 97web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w}
@@ -117,7 +117,7 @@ forth between them. By pressing @kbd{l} (@code{eww-back-url}) you go
117to the previous URL. You can go forward again with @kbd{r} 117to the previous URL. You can go forward again with @kbd{r}
118(@code{eww-forward-url}). If you want an overview of your browsing 118(@code{eww-forward-url}). If you want an overview of your browsing
119history press @kbd{H} (@code{eww-list-histories}) to open the history 119history press @kbd{H} (@code{eww-list-histories}) to open the history
120buffer @code{*eww history*}. The history is lost when EWW is quit. 120buffer @file{*eww history*}. The history is lost when EWW is quit.
121If you want to remember websites you can use bookmarks. 121If you want to remember websites you can use bookmarks.
122 122
123@findex eww-add-bookmark 123@findex eww-add-bookmark
@@ -129,7 +129,7 @@ If you want to remember websites you can use bookmarks.
129(@code{eww-add-bookmark}) to store a bookmark for the current website. 129(@code{eww-add-bookmark}) to store a bookmark for the current website.
130You can view stored bookmarks with @kbd{B} 130You can view stored bookmarks with @kbd{B}
131(@code{eww-list-bookmarks}). This will open the bookmark buffer 131(@code{eww-list-bookmarks}). This will open the bookmark buffer
132@code{*eww bookmarks*}. 132@file{*eww bookmarks*}.
133 133
134@findex eww-browse-with-external-browser 134@findex eww-browse-with-external-browser
135@vindex shr-external-browser 135@vindex shr-external-browser
@@ -156,7 +156,7 @@ browser by customizing
156@cindex Viewing Source 156@cindex Viewing Source
157 You can view the source of a website with @kbd{v} 157 You can view the source of a website with @kbd{v}
158(@code{eww-view-source}). This will open a new buffer 158(@code{eww-view-source}). This will open a new buffer
159@code{*eww-source*} and insert the source. The buffer will be set to 159@file{*eww-source*} and insert the source. The buffer will be set to
160@code{html-mode} if available. 160@code{html-mode} if available.
161 161
162@findex url-cookie-list 162@findex url-cookie-list
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 5125acd1f0d..362bcd8280b 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -255,7 +255,7 @@ syntax check tool).
255 255
256Flymake uses a simple logging facility for indicating important points 256Flymake uses a simple logging facility for indicating important points
257in the control flow. The logging facility sends logging messages to 257in the control flow. The logging facility sends logging messages to
258the @code{*Messages*} buffer. The information logged can be used for 258the @file{*Messages*} buffer. The information logged can be used for
259resolving various problems related to Flymake. 259resolving various problems related to Flymake.
260 260
261Logging output is controlled by the @code{flymake-log-level} 261Logging output is controlled by the @code{flymake-log-level}
@@ -326,7 +326,7 @@ started after @code{flymake-no-changes-timeout} seconds.
326@item flymake-gui-warnings-enabled 326@item flymake-gui-warnings-enabled
327A boolean flag indicating whether Flymake will show message boxes for 327A boolean flag indicating whether Flymake will show message boxes for
328non-recoverable errors. If @code{flymake-gui-warnings-enabled} is 328non-recoverable errors. If @code{flymake-gui-warnings-enabled} is
329@code{nil}, these errors will only be logged to the @code{*Messages*} 329@code{nil}, these errors will only be logged to the @file{*Messages*}
330buffer. 330buffer.
331 331
332@item flymake-start-syntax-check-on-newline 332@item flymake-start-syntax-check-on-newline
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 44d1f0352f3..10bc617734f 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -998,7 +998,7 @@ terminology section (@pxref{Terminology}).
998@cindex finding news 998@cindex finding news
999 999
1000First of all, you should know that there is a special buffer called 1000First of all, you should know that there is a special buffer called
1001@code{*Server*} that lists all the servers Gnus knows about. You can 1001@file{*Server*} that lists all the servers Gnus knows about. You can
1002press @kbd{^} from the Group buffer to see it. In the Server buffer, 1002press @kbd{^} from the Group buffer to see it. In the Server buffer,
1003you can press @kbd{RET} on a defined server to see all the groups it 1003you can press @kbd{RET} on a defined server to see all the groups it
1004serves (subscribed or not!). You can also add or delete servers, edit 1004serves (subscribed or not!). You can also add or delete servers, edit
@@ -5888,7 +5888,7 @@ have posted almost the same article twice.
5888If you have just posted the article, and change your mind right away, 5888If you have just posted the article, and change your mind right away,
5889there is a trick you can use to cancel/supersede the article without 5889there is a trick you can use to cancel/supersede the article without
5890waiting for the article to appear on your site first. You simply return 5890waiting for the article to appear on your site first. You simply return
5891to the post buffer (which is called @code{*sent ...*}). There you will 5891to the post buffer (which is called @file{*sent ...*}). There you will
5892find the article you just posted, with all the headers intact. Change 5892find the article you just posted, with all the headers intact. Change
5893the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes} 5893the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5894header by substituting one of those words for the word 5894header by substituting one of those words for the word
@@ -11139,7 +11139,7 @@ If you're in the habit of exiting groups, and then changing your mind
11139about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}. 11139about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
11140If you do that, Gnus won't kill the summary buffer when you exit it. 11140If you do that, Gnus won't kill the summary buffer when you exit it.
11141(Quelle surprise!) Instead it will change the name of the buffer to 11141(Quelle surprise!) Instead it will change the name of the buffer to
11142something like @samp{*Dead Summary ... *} and install a minor mode 11142something like @file{*Dead Summary ... *} and install a minor mode
11143called @code{gnus-dead-summary-mode}. Now, if you switch back to this 11143called @code{gnus-dead-summary-mode}. Now, if you switch back to this
11144buffer, you'll find that all keys are mapped to a function called 11144buffer, you'll find that all keys are mapped to a function called
11145@code{gnus-summary-wake-up-the-dead}. So tapping any keys in a dead 11145@code{gnus-summary-wake-up-the-dead}. So tapping any keys in a dead
@@ -13732,7 +13732,7 @@ A hook run before attempting to connect to an @acronym{NNTP} server.
13732@item nntp-record-commands 13732@item nntp-record-commands
13733@vindex nntp-record-commands 13733@vindex nntp-record-commands
13734If non-@code{nil}, @code{nntp} will log all commands it sends to the 13734If non-@code{nil}, @code{nntp} will log all commands it sends to the
13735@acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*} 13735@acronym{NNTP} server (along with a timestamp) in the @file{*nntp-log*}
13736buffer. This is useful if you are debugging a Gnus/@acronym{NNTP} connection 13736buffer. This is useful if you are debugging a Gnus/@acronym{NNTP} connection
13737that doesn't seem to work. 13737that doesn't seem to work.
13738 13738
@@ -19438,7 +19438,7 @@ Display the score of the current article
19438@kindex V t (Summary) 19438@kindex V t (Summary)
19439@findex gnus-score-find-trace 19439@findex gnus-score-find-trace
19440Display all score rules that have been used on the current article 19440Display all score rules that have been used on the current article
19441(@code{gnus-score-find-trace}). In the @code{*Score Trace*} buffer, you 19441(@code{gnus-score-find-trace}). In the @file{*Score Trace*} buffer, you
19442may type @kbd{e} to edit score file corresponding to the score rule on 19442may type @kbd{e} to edit score file corresponding to the score rule on
19443current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the 19443current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the
19444score file and edit it. 19444score file and edit it.
@@ -25919,7 +25919,7 @@ Fortunately, setting up the Gnus registry is pretty easy:
25919@end lisp 25919@end lisp
25920 25920
25921This adds registry saves to Gnus newsrc saves (which happen on exit 25921This adds registry saves to Gnus newsrc saves (which happen on exit
25922and when you press @kbd{s} from the @code{*Group*} buffer. It also 25922and when you press @kbd{s} from the @file{*Group*} buffer. It also
25923adds registry calls to article actions in Gnus (copy, move, etc.)@: so 25923adds registry calls to article actions in Gnus (copy, move, etc.)@: so
25924it's not easy to undo the initialization. See 25924it's not easy to undo the initialization. See
25925@code{gnus-registry-initialize} for the gory details. 25925@code{gnus-registry-initialize} for the gory details.
@@ -26204,8 +26204,8 @@ This variable controls whether to add timestamps to messages that are
26204controlled by @code{gnus-verbose} and @code{gnus-verbose-backends} and 26204controlled by @code{gnus-verbose} and @code{gnus-verbose-backends} and
26205are issued. The default value is @code{nil} which means never to add 26205are issued. The default value is @code{nil} which means never to add
26206timestamp. If it is @code{log}, add timestamps to only the messages 26206timestamp. If it is @code{log}, add timestamps to only the messages
26207that go into the @samp{*Messages*} buffer (in XEmacs, it is the 26207that go into the @file{*Messages*} buffer (in XEmacs, it is the
26208@w{@samp{ *Message-Log*}} buffer). If it is neither @code{nil} nor 26208@w{@file{ *Message-Log*}} buffer). If it is neither @code{nil} nor
26209@code{log}, add timestamps not only to log messages but also to the ones 26209@code{log}, add timestamps not only to log messages but also to the ones
26210displayed in the echo area. 26210displayed in the echo area.
26211 26211
diff --git a/doc/misc/info.texi b/doc/misc/info.texi
index 384dfde2dc6..810f4d0f371 100644
--- a/doc/misc/info.texi
+++ b/doc/misc/info.texi
@@ -1145,7 +1145,7 @@ select in another window.
1145 Another way to produce new Info buffers in Emacs is to use a numeric 1145 Another way to produce new Info buffers in Emacs is to use a numeric
1146prefix argument for the @kbd{C-h i} command (@code{info}) which 1146prefix argument for the @kbd{C-h i} command (@code{info}) which
1147switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i} 1147switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i}
1148switches to the buffer @samp{*info*<2>}, creating it if necessary. 1148switches to the buffer @file{*info*<2>}, creating it if necessary.
1149 1149
1150@findex info-display-manual 1150@findex info-display-manual
1151 If you have created many Info buffers in Emacs, you might find it 1151 If you have created many Info buffers in Emacs, you might find it
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 4f0795eccc4..9be8ca05620 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -1451,7 +1451,7 @@ Look like @code{angles} if that doesn't require quoting, and
1451Headers in this list that were previously generated by Message will be 1451Headers in this list that were previously generated by Message will be
1452deleted before posting. Let's say you post an article. Then you decide 1452deleted before posting. Let's say you post an article. Then you decide
1453to post it again to some other group, you naughty boy, so you jump back 1453to post it again to some other group, you naughty boy, so you jump back
1454to the @code{*post-buf*} buffer, edit the @code{Newsgroups} line, and 1454to the @file{*post-buf*} buffer, edit the @code{Newsgroups} line, and
1455ship it off again. By default, this variable makes sure that the old 1455ship it off again. By default, this variable makes sure that the old
1456generated @code{Message-ID} is deleted, and a new one generated. If 1456generated @code{Message-ID} is deleted, and a new one generated. If
1457this isn't done, the entire empire would probably crumble, anarchy would 1457this isn't done, the entire empire would probably crumble, anarchy would
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi
index f08ad954a93..c3b646fa145 100644
--- a/doc/misc/mh-e.texi
+++ b/doc/misc/mh-e.texi
@@ -1086,7 +1086,7 @@ on a desert island with a laptop and are without your manuals, you can
1086get a summary of all these commands with GNU Emacs online help: use 1086get a summary of all these commands with GNU Emacs online help: use
1087@kbd{C-h m} (@code{describe-mode}) for a brief summary of commands, 1087@kbd{C-h m} (@code{describe-mode}) for a brief summary of commands,
1088@kbd{?} (@code{mh-help}) for an even briefer summary@footnote{This 1088@kbd{?} (@code{mh-help}) for an even briefer summary@footnote{This
1089help appears in a buffer called @samp{*MH-E Help*} 1089help appears in a buffer called @file{*MH-E Help*}
1090(@pxref{Miscellaneous}).} (@kbd{C-c ?} in MH-Letter mode), or @kbd{C-h 1090(@pxref{Miscellaneous}).} (@kbd{C-c ?} in MH-Letter mode), or @kbd{C-h
1091i} to read this manual via Info. The online help is quite good; try 1091i} to read this manual via Info. The online help is quite good; try
1092running @kbd{C-h C-h}. This brings up a list of available help topics, 1092running @kbd{C-h C-h}. This brings up a list of available help topics,
@@ -3692,8 +3692,8 @@ Set the options @code{mh-new-messages-folders} and
3692folders. Otherwise, list the folders that should be searched with the 3692folders. Otherwise, list the folders that should be searched with the
3693@samp{Choose Folders} menu item. See @code{mh-recursive-folders-flag}. 3693@samp{Choose Folders} menu item. See @code{mh-recursive-folders-flag}.
3694 3694
3695@cindex buffers, @samp{*MH-E Folders*} 3695@cindex buffers, @file{*MH-E Folders*}
3696@cindex @samp{*MH-E Folders*} 3696@cindex @file{*MH-E Folders*}
3697@findex mh-kill-folder 3697@findex mh-kill-folder
3698@findex mh-list-folders 3698@findex mh-list-folders
3699@findex mh-pack-folder 3699@findex mh-pack-folder
@@ -3707,7 +3707,7 @@ folders. Otherwise, list the folders that should be searched with the
3707 3707
3708Other commands you can perform on folders include: @kbd{F l} 3708Other commands you can perform on folders include: @kbd{F l}
3709(@code{mh-list-folders}), to place a listing of all the folders in 3709(@code{mh-list-folders}), to place a listing of all the folders in
3710your mail directory in a buffer called @samp{*MH-E Folders*} 3710your mail directory in a buffer called @file{*MH-E Folders*}
3711(@pxref{Miscellaneous}); @kbd{F k} (@code{mh-kill-folder}), to remove 3711(@pxref{Miscellaneous}); @kbd{F k} (@code{mh-kill-folder}), to remove
3712a folder; @kbd{F S} (@code{mh-sort-folder}), to sort the messages by 3712a folder; @kbd{F S} (@code{mh-sort-folder}), to sort the messages by
3713date (see @command{sortm}(1) to see how to sort by other criteria); 3713date (see @command{sortm}(1) to see how to sort by other criteria);
@@ -3781,7 +3781,7 @@ When you want to quit using MH-E and go back to editing, you can use
3781the @kbd{q} (@code{mh-quit}) command. This buries the buffers of the 3781the @kbd{q} (@code{mh-quit}) command. This buries the buffers of the
3782current MH-E folder and restores the buffers that were present when 3782current MH-E folder and restores the buffers that were present when
3783you first ran @kbd{M-x mh-rmail}. It also removes any MH-E working 3783you first ran @kbd{M-x mh-rmail}. It also removes any MH-E working
3784buffers whose name begins with @samp{ *mh-} or @samp{*MH-E } 3784buffers whose name begins with @samp{ *mh-} or @file{*MH-E }
3785(@pxref{Miscellaneous}). You can later restore your MH-E session by 3785(@pxref{Miscellaneous}). You can later restore your MH-E session by
3786selecting the @samp{+inbox} buffer or by running @kbd{M-x mh-rmail} 3786selecting the @samp{+inbox} buffer or by running @kbd{M-x mh-rmail}
3787again. 3787again.
@@ -5618,10 +5618,10 @@ field, this setting is vital so that you can read the mail you write!
5618@node Checking Recipients, Sending Message, Sending PGP, Editing Drafts 5618@node Checking Recipients, Sending Message, Sending PGP, Editing Drafts
5619@section Checking Recipients 5619@section Checking Recipients
5620 5620
5621@cindex @samp{*MH-E Recipients*} 5621@cindex @file{*MH-E Recipients*}
5622@cindex @command{whom} 5622@cindex @command{whom}
5623@cindex MH commands, @command{whom} 5623@cindex MH commands, @command{whom}
5624@cindex buffers, @samp{*MH-E Recipients*} 5624@cindex buffers, @file{*MH-E Recipients*}
5625@cindex checking recipients 5625@cindex checking recipients
5626@cindex recipients, checking 5626@cindex recipients, checking
5627@findex mh-check-whom 5627@findex mh-check-whom
@@ -5629,7 +5629,7 @@ field, this setting is vital so that you can read the mail you write!
5629 5629
5630The command @kbd{C-c C-w} (@code{mh-check-whom}) expands aliases so 5630The command @kbd{C-c C-w} (@code{mh-check-whom}) expands aliases so
5631you can check the actual address(es) in the alias. A new buffer named 5631you can check the actual address(es) in the alias. A new buffer named
5632@samp{*MH-E Recipients*} is created with the output of @command{whom} 5632@file{*MH-E Recipients*} is created with the output of @command{whom}
5633(@pxref{Miscellaneous})@footnote{See the section 5633(@pxref{Miscellaneous})@footnote{See the section
5634@uref{@value{MH-BOOK-HOME}/senove.html#WhaPro, What now?---and the 5634@uref{@value{MH-BOOK-HOME}/senove.html#WhaPro, What now?---and the
5635whatnow Program} in the MH book.}. 5635whatnow Program} in the MH book.}.
@@ -5637,8 +5637,8 @@ whatnow Program} in the MH book.}.
5637@node Sending Message, Killing Draft, Checking Recipients, Editing Drafts 5637@node Sending Message, Killing Draft, Checking Recipients, Editing Drafts
5638@section Sending a Message 5638@section Sending a Message
5639 5639
5640@cindex buffers, @samp{*MH-E Mail Delivery*} 5640@cindex buffers, @file{*MH-E Mail Delivery*}
5641@cindex @samp{*MH-E Mail Delivery*} 5641@cindex @file{*MH-E Mail Delivery*}
5642@cindex sending mail 5642@cindex sending mail
5643@findex mh-send-letter 5643@findex mh-send-letter
5644@kindex C-c C-c 5644@kindex C-c C-c
@@ -5646,7 +5646,7 @@ whatnow Program} in the MH book.}.
5646When you are all through editing a message, you send it with the 5646When you are all through editing a message, you send it with the
5647command @kbd{C-c C-c} (@code{mh-send-letter}). You can give a prefix 5647command @kbd{C-c C-c} (@code{mh-send-letter}). You can give a prefix
5648argument (as in @kbd{C-u C-c C-c}) to monitor the first stage of the 5648argument (as in @kbd{C-u C-c C-c}) to monitor the first stage of the
5649delivery; this output can be found in a buffer called @samp{*MH-E Mail 5649delivery; this output can be found in a buffer called @file{*MH-E Mail
5650Delivery*} (@pxref{Miscellaneous}). 5650Delivery*} (@pxref{Miscellaneous}).
5651 5651
5652@cindex sending mail 5652@cindex sending mail
@@ -7157,7 +7157,7 @@ MH-E has been byte-compiled, you could try running @samp{locate
7157mh-thread.elc} or otherwise find MH-E on your system and ensure that 7157mh-thread.elc} or otherwise find MH-E on your system and ensure that
7158@file{mh-thread.elc} exists. If you have multiple versions and you 7158@file{mh-thread.elc} exists. If you have multiple versions and you
7159find that one is compiled but the other is not, then go into your 7159find that one is compiled but the other is not, then go into your
7160@samp{*scratch*} buffer in Emacs, enter @kbd{load-path C-j}, and 7160@file{*scratch*} buffer in Emacs, enter @kbd{load-path C-j}, and
7161ensure that the byte-compiled version appears first in the 7161ensure that the byte-compiled version appears first in the
7162@code{load-path}. If you find that MH-E is not compiled and you 7162@code{load-path}. If you find that MH-E is not compiled and you
7163installed MH-E yourself, please refer to the installation directions 7163installed MH-E yourself, please refer to the installation directions
@@ -7443,8 +7443,8 @@ sequence, use @kbd{S '} (@code{mh-narrow-to-tick}). When you want to
7443widen the view to all your messages again, use @kbd{S w} 7443widen the view to all your messages again, use @kbd{S w}
7444(@code{mh-widen}). 7444(@code{mh-widen}).
7445 7445
7446@cindex buffers, @samp{*MH-E Sequences*} 7446@cindex buffers, @file{*MH-E Sequences*}
7447@cindex @samp{*MH-E Sequences*} 7447@cindex @file{*MH-E Sequences*}
7448@findex mh-list-sequences 7448@findex mh-list-sequences
7449@findex mh-msg-is-in-seq 7449@findex mh-msg-is-in-seq
7450@kindex S l 7450@kindex S l
@@ -7456,7 +7456,7 @@ display the sequences in which another message appears (as in @kbd{C-u
745642 S s @key{RET}}). Or, you can list all sequences in a selected 745642 S s @key{RET}}). Or, you can list all sequences in a selected
7457folder (default is current folder) with @kbd{S l} 7457folder (default is current folder) with @kbd{S l}
7458(@code{mh-list-sequences}). The list appears in a buffer named 7458(@code{mh-list-sequences}). The list appears in a buffer named
7459@samp{*MH-E Sequences*} (@pxref{Miscellaneous}). 7459@file{*MH-E Sequences*} (@pxref{Miscellaneous}).
7460 7460
7461@cindex MH profile component, @samp{Previous-Sequence} 7461@cindex MH profile component, @samp{Previous-Sequence}
7462@cindex @samp{cur} sequence 7462@cindex @samp{cur} sequence
@@ -7676,8 +7676,8 @@ If a message is in any sequence (except @samp{Previous-Sequence:} and
7676sequences in the destination folder. If this behavior is not desired, 7676sequences in the destination folder. If this behavior is not desired,
7677then turn off the option @code{mh-whitelist-preserves-sequences-flag}. 7677then turn off the option @code{mh-whitelist-preserves-sequences-flag}.
7678 7678
7679@cindex @samp{*MH-E Log*} 7679@cindex @file{*MH-E Log*}
7680@cindex buffers, @samp{*MH-E Log*} 7680@cindex buffers, @file{*MH-E Log*}
7681@findex call-process 7681@findex call-process
7682@vindex mh-junk-background 7682@vindex mh-junk-background
7683 7683
@@ -7688,7 +7688,7 @@ turning on the option @code{mh-junk-background}. @footnote{Note that
7688the option @code{mh-junk-background} is used as the @code{display} 7688the option @code{mh-junk-background} is used as the @code{display}
7689argument in the call to @code{call-process}. Therefore, turning on 7689argument in the call to @code{call-process}. Therefore, turning on
7690this option means setting its value to @samp{0}. You can also set its 7690this option means setting its value to @samp{0}. You can also set its
7691value to @samp{t} to direct the programs' output to the @samp{*MH-E 7691value to @samp{t} to direct the programs' output to the @file{*MH-E
7692Log*} buffer; this may be useful for debugging.} 7692Log*} buffer; this may be useful for debugging.}
7693 7693
7694The following sections discuss the various counter-spam measures that 7694The following sections discuss the various counter-spam measures that
@@ -7976,16 +7976,16 @@ Display version information about MH-E and the MH mail handling
7976system. 7976system.
7977@end ftable 7977@end ftable
7978 7978
7979@cindex buffers, @samp{*MH-E Info*} 7979@cindex buffers, @file{*MH-E Info*}
7980@cindex MH-E version 7980@cindex MH-E version
7981@cindex @samp{*MH-E Info*} 7981@cindex @file{*MH-E Info*}
7982@cindex version 7982@cindex version
7983@kindex M-x mh-version 7983@kindex M-x mh-version
7984 7984
7985One command worth noting is @kbd{M-x mh-version}. You can compare the 7985One command worth noting is @kbd{M-x mh-version}. You can compare the
7986version this command prints to the latest release (@pxref{Getting 7986version this command prints to the latest release (@pxref{Getting
7987MH-E}). The output of @kbd{M-x mh-version}, found in a buffer named 7987MH-E}). The output of @kbd{M-x mh-version}, found in a buffer named
7988@samp{*MH-E Info*}, should usually be included with any bug report you 7988@file{*MH-E Info*}, should usually be included with any bug report you
7989submit (@pxref{Bug Reports}). 7989submit (@pxref{Bug Reports}).
7990 7990
7991@subheading MH-E Buffers 7991@subheading MH-E Buffers
@@ -7994,16 +7994,16 @@ Besides the MH-Folder, MH-Show, and MH-Letter buffers, MH-E creates
7994several other buffers. They are: 7994several other buffers. They are:
7995 7995
7996@table @samp 7996@table @samp
7997@cindex @samp{*MH-E Folders*} 7997@cindex @file{*MH-E Folders*}
7998@cindex buffers, @samp{*MH-E Folders*} 7998@cindex buffers, @file{*MH-E Folders*}
7999@findex mh-list-folders 7999@findex mh-list-folders
8000@item *MH-E Folders* 8000@item *MH-E Folders*
8001@kindex F l 8001@kindex F l
8002This buffer contains the output of @kbd{F l} (@code{mh-list-folders}). 8002This buffer contains the output of @kbd{F l} (@code{mh-list-folders}).
8003@xref{Folders}. 8003@xref{Folders}.
8004@c ------------------------- 8004@c -------------------------
8005@cindex @samp{*MH-E Help*} 8005@cindex @file{*MH-E Help*}
8006@cindex buffers, @samp{*MH-E Help*} 8006@cindex buffers, @file{*MH-E Help*}
8007@findex mh-help 8007@findex mh-help
8008@item *MH-E Help* 8008@item *MH-E Help*
8009@kindex ? 8009@kindex ?
@@ -8011,25 +8011,25 @@ This buffer contains the output of @kbd{F l} (@code{mh-list-folders}).
8011This buffer contains the output of @kbd{?} (@code{mh-help}) and 8011This buffer contains the output of @kbd{?} (@code{mh-help}) and
8012@kbd{C-c ?} in MH-Letter mode. @xref{Using This Manual}. 8012@kbd{C-c ?} in MH-Letter mode. @xref{Using This Manual}.
8013@c ------------------------- 8013@c -------------------------
8014@cindex @samp{*MH-E Info*} 8014@cindex @file{*MH-E Info*}
8015@cindex buffers, @samp{*MH-E Info*} 8015@cindex buffers, @file{*MH-E Info*}
8016@item *MH-E Info* 8016@item *MH-E Info*
8017This buffer contains the output of @kbd{M-x mh-version @key{RET}}. 8017This buffer contains the output of @kbd{M-x mh-version @key{RET}}.
8018@c ------------------------- 8018@c -------------------------
8019@cindex @samp{*MH-E Log*} 8019@cindex @file{*MH-E Log*}
8020@cindex buffers, @samp{*MH-E Log*} 8020@cindex buffers, @file{*MH-E Log*}
8021@item *MH-E Log* 8021@item *MH-E Log*
8022This buffer contains the last 100 lines of the output of the various 8022This buffer contains the last 100 lines of the output of the various
8023MH commands. 8023MH commands.
8024@c ------------------------- 8024@c -------------------------
8025@cindex @samp{*MH-E Mail Delivery*} 8025@cindex @file{*MH-E Mail Delivery*}
8026@cindex buffers, @samp{*MH-E Mail Delivery*} 8026@cindex buffers, @file{*MH-E Mail Delivery*}
8027@item *MH-E Mail Delivery* 8027@item *MH-E Mail Delivery*
8028This buffer contains the transcript of a mail delivery. @xref{Sending 8028This buffer contains the transcript of a mail delivery. @xref{Sending
8029Message}. 8029Message}.
8030@c ------------------------- 8030@c -------------------------
8031@cindex @samp{*MH-E Recipients*} 8031@cindex @file{*MH-E Recipients*}
8032@cindex buffers, @samp{*MH-E Recipients*} 8032@cindex buffers, @file{*MH-E Recipients*}
8033@findex mh-check-whom 8033@findex mh-check-whom
8034@item *MH-E Recipients* 8034@item *MH-E Recipients*
8035@kindex C-c C-w 8035@kindex C-c C-w
@@ -8037,14 +8037,14 @@ This buffer contains the output of @kbd{C-c C-w}
8037(@code{mh-check-whom}) and is killed when draft is sent. 8037(@code{mh-check-whom}) and is killed when draft is sent.
8038@xref{Checking Recipients}. 8038@xref{Checking Recipients}.
8039@c ------------------------- 8039@c -------------------------
8040@cindex @samp{*MH-E Sequences*} 8040@cindex @file{*MH-E Sequences*}
8041@cindex buffers, @samp{*MH-E Sequences*} 8041@cindex buffers, @file{*MH-E Sequences*}
8042@item *MH-E Sequences* 8042@item *MH-E Sequences*
8043This buffer contains the output of @kbd{S l} 8043This buffer contains the output of @kbd{S l}
8044(@code{mh-list-sequences}). @xref{Sequences}. 8044(@code{mh-list-sequences}). @xref{Sequences}.
8045@c ------------------------- 8045@c -------------------------
8046@cindex @samp{*mh-temp*} 8046@cindex @file{*mh-temp*}
8047@cindex buffers, @samp{*mh-temp*} 8047@cindex buffers, @file{*mh-temp*}
8048@item *mh-temp* 8048@item *mh-temp*
8049This is a scratch, ephemeral, buffer used by MH-E functions. Note that 8049This is a scratch, ephemeral, buffer used by MH-E functions. Note that
8050it is hidden because the first character in the name is a space. 8050it is hidden because the first character in the name is a space.
diff --git a/doc/misc/newsticker.texi b/doc/misc/newsticker.texi
index 0fc320e49e4..6ad8df52fd4 100644
--- a/doc/misc/newsticker.texi
+++ b/doc/misc/newsticker.texi
@@ -166,8 +166,8 @@ feeds (in tree form), a list of headlines for the current feed, and
166the content of the current headline. Feeds can be placed into groups, 166the content of the current headline. Feeds can be placed into groups,
167which themselves can be placed in groups and so on. 167which themselves can be placed in groups and so on.
168@item Newsticker's @emph{plainview} displays all headlines in a 168@item Newsticker's @emph{plainview} displays all headlines in a
169single buffer, called @samp{*newsticker*}. The modeline in the 169single buffer, called @file{*newsticker*}. The modeline in the
170@samp{*newsticker*} buffer informs you whenever new headlines have 170@file{*newsticker*} buffer informs you whenever new headlines have
171arrived. 171arrived.
172@end itemize 172@end itemize
173In both views clicking mouse-button 2 or pressing @key{RET} on a 173In both views clicking mouse-button 2 or pressing @key{RET} on a
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi
index a1e49d7b165..d024d993a3b 100644
--- a/doc/misc/pcl-cvs.texi
+++ b/doc/misc/pcl-cvs.texi
@@ -116,7 +116,7 @@ Commands
116* Removing handled entries:: Uninteresting lines can easily be removed. 116* Removing handled entries:: Uninteresting lines can easily be removed.
117* Ignoring files:: Telling CVS to ignore generated files. 117* Ignoring files:: Telling CVS to ignore generated files.
118* Viewing differences:: Commands to @samp{diff} different versions. 118* Viewing differences:: Commands to @samp{diff} different versions.
119* Invoking Ediff:: Running @samp{ediff} from @samp{*cvs*} buffer. 119* Invoking Ediff:: Running @samp{ediff} from @file{*cvs*} buffer.
120* Updating files:: Updating files that Need-update. 120* Updating files:: Updating files that Need-update.
121* Tagging files:: Tagging files. 121* Tagging files:: Tagging files.
122* Miscellaneous commands:: Miscellaneous commands. 122* Miscellaneous commands:: Miscellaneous commands.
@@ -264,7 +264,7 @@ The function @code{cvs-examine} will ask for a directory. The command
264@samp{cvs -n update} will be run in that directory. (It should contain 264@samp{cvs -n update} will be run in that directory. (It should contain
265files that have been checked out from a CVS archive.) The output from 265files that have been checked out from a CVS archive.) The output from
266@code{cvs} will be parsed and presented in a table in a buffer called 266@code{cvs} will be parsed and presented in a table in a buffer called
267@samp{*cvs*}. It might look something like this: 267@file{*cvs*}. It might look something like this:
268 268
269@example 269@example
270Repository : /usr/CVSroot 270Repository : /usr/CVSroot
@@ -298,7 +298,7 @@ You can move the cursor up and down in the buffer with @kbd{C-n} and
298repository. @xref{Committing changes}. You can also press @kbd{O} to 298repository. @xref{Committing changes}. You can also press @kbd{O} to
299update any of the files that are marked @samp{Need-Update}. You can 299update any of the files that are marked @samp{Need-Update}. You can
300also run @kbd{M-x cvs-update @key{RET}} (bound to @kbd{M-u} in the 300also run @kbd{M-x cvs-update @key{RET}} (bound to @kbd{M-u} in the
301@samp{*cvs*} buffer) to update all the files. 301@file{*cvs*} buffer) to update all the files.
302 302
303You can then press @kbd{=} to easily get a @samp{diff} between your 303You can then press @kbd{=} to easily get a @samp{diff} between your
304modified file and the base version that you started from, or you can 304modified file and the base version that you started from, or you can
@@ -309,7 +309,7 @@ about files}).
309@node Buffer contents 309@node Buffer contents
310@chapter Buffer contents 310@chapter Buffer contents
311@cindex Buffer contents 311@cindex Buffer contents
312@cindex @code{*cvs*} buffer contents 312@cindex @file{*cvs*} buffer contents
313 313
314The display contains several columns, some of which are optional. 314The display contains several columns, some of which are optional.
315These columns are, from left to right: 315These columns are, from left to right:
@@ -449,7 +449,7 @@ marks are not ignored) or whichever file or directory the cursor is on.
449 449
450If a directory is selected but the command cannot be applied to a 450If a directory is selected but the command cannot be applied to a
451directory, then it will be applied to the set of files under this 451directory, then it will be applied to the set of files under this
452directory which are in the @samp{*cvs*} buffer. 452directory which are in the @file{*cvs*} buffer.
453 453
454@findex cvs-mode-force-command 454@findex cvs-mode-force-command
455@findex cvs-allow-dir-commit 455@findex cvs-allow-dir-commit
@@ -504,7 +504,7 @@ you can use in PCL-CVS@. They are grouped together by type.
504* Removing handled entries:: Uninteresting lines can easily be removed. 504* Removing handled entries:: Uninteresting lines can easily be removed.
505* Ignoring files:: Telling CVS to ignore generated files. 505* Ignoring files:: Telling CVS to ignore generated files.
506* Viewing differences:: Commands to @samp{diff} different versions. 506* Viewing differences:: Commands to @samp{diff} different versions.
507* Invoking Ediff:: Running @samp{ediff} from @samp{*cvs*} buffer. 507* Invoking Ediff:: Running @samp{ediff} from @file{*cvs*} buffer.
508* Updating files:: Updating files that Need-update. 508* Updating files:: Updating files that Need-update.
509* Tagging files:: Tagging files. 509* Tagging files:: Tagging files.
510* Miscellaneous commands:: Miscellaneous commands. 510* Miscellaneous commands:: Miscellaneous commands.
@@ -520,10 +520,10 @@ you can use in PCL-CVS@. They are grouped together by type.
520@findex cvs-quickdir 520@findex cvs-quickdir
521@cindex Creating the *cvs* buffer 521@cindex Creating the *cvs* buffer
522 522
523Most commands in PCL-CVS require that you have a @samp{*cvs*} 523Most commands in PCL-CVS require that you have a @file{*cvs*}
524buffer. The commands that you use to get one are listed below. 524buffer. The commands that you use to get one are listed below.
525For each, a @samp{cvs} process will be run, the output will be parsed by 525For each, a @samp{cvs} process will be run, the output will be parsed by
526PCL-CVS, and the result will be printed in the @samp{*cvs*} buffer (see 526PCL-CVS, and the result will be printed in the @file{*cvs*} buffer (see
527@ref{Buffer contents}, for a description of the buffer's contents). 527@ref{Buffer contents}, for a description of the buffer's contents).
528 528
529@table @kbd 529@table @kbd
@@ -547,7 +547,7 @@ in which the @samp{cvs update} will be run and the module to be checked
547out. 547out.
548 548
549@item M-x cvs-quickdir 549@item M-x cvs-quickdir
550Populate the @samp{*cvs*} buffer by just looking at the @file{CVS/Entries} 550Populate the @file{*cvs*} buffer by just looking at the @file{CVS/Entries}
551files. This is very much like @code{cvs-examine} except that it does 551files. This is very much like @code{cvs-examine} except that it does
552not access the CVS repository, which is a major advantage when the 552not access the CVS repository, which is a major advantage when the
553repository is far away. But of course, it will not be able to detect 553repository is far away. But of course, it will not be able to detect
@@ -628,7 +628,7 @@ to the ones PCL-CVS thinks are relevant.
628@end table 628@end table
629 629
630@node Updating the buffer 630@node Updating the buffer
631@section Updating the @samp{*cvs*} buffer 631@section Updating the @file{*cvs*} buffer
632@findex cvs-update 632@findex cvs-update
633@findex cvs-examine 633@findex cvs-examine
634@findex cvs-status 634@findex cvs-status
@@ -636,7 +636,7 @@ to the ones PCL-CVS thinks are relevant.
636@findex cvs-mode-examine 636@findex cvs-mode-examine
637@findex cvs-mode-status 637@findex cvs-mode-status
638 638
639The following commands can be used from within the @samp{*cvs*} buffer 639The following commands can be used from within the @file{*cvs*} buffer
640to update the display: 640to update the display:
641 641
642@table @kbd 642@table @kbd
@@ -667,7 +667,7 @@ top-level directory, this is equivalent to @kbd{M-e}.
667@item s 667@item s
668Runs @code{cvs-mode-status} on the selected files. When run on the 668Runs @code{cvs-mode-status} on the selected files. When run on the
669top-level directory, this is equivalent to @kbd{M-s}, except that 669top-level directory, this is equivalent to @kbd{M-s}, except that
670CVS output will be shown in a @samp{*cvs-info*} buffer that will be 670CVS output will be shown in a @file{*cvs-info*} buffer that will be
671put in @samp{cvs-status-mode}. 671put in @samp{cvs-status-mode}.
672@end table 672@end table
673 673
@@ -775,7 +775,7 @@ Committing changes basically works as follows:
775@item 775@item
776After having selected the files you want to commit, you type either 776After having selected the files you want to commit, you type either
777@kbd{c} or @kbd{C} which brings up a special buffer 777@kbd{c} or @kbd{C} which brings up a special buffer
778@samp{*cvs-commit*}. 778@file{*cvs-commit*}.
779 779
780@item 780@item
781You type in the log message describing the changes you're about to 781You type in the log message describing the changes you're about to
@@ -800,8 +800,8 @@ change this last detail with @code{log-edit-confirm}.
800 800
801As for the difference between @kbd{c} (i.e., @code{cvs-mode-commit}) and 801As for the difference between @kbd{c} (i.e., @code{cvs-mode-commit}) and
802@kbd{C} (i.e., @code{cvs-mode-commit-setup}) is that the first gets you 802@kbd{C} (i.e., @code{cvs-mode-commit-setup}) is that the first gets you
803straight to @samp{*cvs-commit*} without erasing it or changing anything 803straight to @file{*cvs-commit*} without erasing it or changing anything
804to its content, while the second first erases @samp{*cvs-commit*} 804to its content, while the second first erases @file{*cvs-commit*}
805and tries to initialize it with a sane default (it does that by either 805and tries to initialize it with a sane default (it does that by either
806using a template provided by the CVS administrator or by extracting a 806using a template provided by the CVS administrator or by extracting a
807relevant log message from a @file{ChangeLog} file). 807relevant log message from a @file{ChangeLog} file).
@@ -866,12 +866,12 @@ directory (@code{cvs-mode-add-change-log-entry-other-window}).
866@item l 866@item l
867Call the command @code{cvs-mode-log} which runs @samp{cvs log} on all 867Call the command @code{cvs-mode-log} which runs @samp{cvs log} on all
868selected files, and show the result in a temporary buffer 868selected files, and show the result in a temporary buffer
869@samp{*cvs-info*} (@pxref{Log View Mode}). 869@file{*cvs-info*} (@pxref{Log View Mode}).
870 870
871@item s 871@item s
872Call the command @code{cvs-mode-status} which runs @samp{cvs status} on 872Call the command @code{cvs-mode-status} which runs @samp{cvs status} on
873all selected files, and show the result in a temporary buffer 873all selected files, and show the result in a temporary buffer
874@samp{*cvs-info*}. 874@file{*cvs-info*}.
875@c Fixme: reinstate when node is written: 875@c Fixme: reinstate when node is written:
876@c (@pxref{CVS Status Mode}). 876@c (@pxref{CVS Status Mode}).
877@end table 877@end table
@@ -1142,11 +1142,11 @@ Byte compile all selected files that end in @file{.el}.
1142 1142
1143@item M-x cvs-mode-delete-lock 1143@item M-x cvs-mode-delete-lock
1144This command deletes the lock files that 1144This command deletes the lock files that
1145the @samp{*cvs*} buffer informs you about. You should normally never have to 1145the @file{*cvs*} buffer informs you about. You should normally never have to
1146use this command, since CVS tries very carefully to always remove the 1146use this command, since CVS tries very carefully to always remove the
1147lock files itself. 1147lock files itself.
1148 1148
1149You can only use this command when a message in the @samp{*cvs*} buffer tells 1149You can only use this command when a message in the @file{*cvs*} buffer tells
1150you so. You should wait a while before using this command in case 1150you so. You should wait a while before using this command in case
1151someone else is running a @code{cvs} command. 1151someone else is running a @code{cvs} command.
1152 1152
@@ -1161,7 +1161,7 @@ area (@code{cvs-help}).
1161Bury the PCL-CVS buffer (@code{cvs-bury-buffer}). 1161Bury the PCL-CVS buffer (@code{cvs-bury-buffer}).
1162 1162
1163@item M-x cvs-mode-quit 1163@item M-x cvs-mode-quit
1164Quit PCL-CVS, killing the @samp{*cvs*} buffer. 1164Quit PCL-CVS, killing the @file{*cvs*} buffer.
1165@end table 1165@end table
1166 1166
1167@node Log Edit Mode 1167@node Log Edit Mode
@@ -1260,7 +1260,7 @@ entries}.
1260@item cvs-auto-remove-directories 1260@item cvs-auto-remove-directories
1261If this variable is set to any non-@code{nil} value, directories that do 1261If this variable is set to any non-@code{nil} value, directories that do
1262not contain any files to be checked in will not be listed in the 1262not contain any files to be checked in will not be listed in the
1263@samp{*cvs*} buffer. 1263@file{*cvs*} buffer.
1264 1264
1265@item cvs-auto-revert 1265@item cvs-auto-revert
1266If this variable is set to any non-@samp{nil} value any buffers you have 1266If this variable is set to any non-@samp{nil} value any buffers you have
@@ -1284,7 +1284,7 @@ useful if your site has several repositories.
1284@item log-edit-require-final-newline 1284@item log-edit-require-final-newline
1285@c wordy to avoid underfull hbox 1285@c wordy to avoid underfull hbox
1286When you enter a log message by typing into the 1286When you enter a log message by typing into the
1287@samp{*cvs-commit-message*} buffer, PCL-CVS normally automatically 1287@file{*cvs-commit-message*} buffer, PCL-CVS normally automatically
1288inserts a trailing newline, unless there already is one. This behavior 1288inserts a trailing newline, unless there already is one. This behavior
1289can be controlled via @samp{cvs-commit-buffer-require-final-newline}. 1289can be controlled via @samp{cvs-commit-buffer-require-final-newline}.
1290If it is @samp{t} (the default behavior), a newline will always be 1290If it is @samp{t} (the default behavior), a newline will always be
@@ -1340,7 +1340,7 @@ default.
1340@vindex cvs-msg (face) 1340@vindex cvs-msg (face)
1341 1341
1342PCL-CVS adds a few extra features, including menus, mouse bindings, and 1342PCL-CVS adds a few extra features, including menus, mouse bindings, and
1343fontification of the @samp{*cvs*} buffer. The faces defined for 1343fontification of the @file{*cvs*} buffer. The faces defined for
1344fontification are listed below: 1344fontification are listed below:
1345 1345
1346@table @samp 1346@table @samp
@@ -1402,10 +1402,10 @@ Below is a partial list of currently known problems with PCL-CVS.
1402@table @asis 1402@table @asis
1403@item Unexpected output from CVS 1403@item Unexpected output from CVS
1404Unexpected output from CVS may confuse PCL-CVS@. It will create 1404Unexpected output from CVS may confuse PCL-CVS@. It will create
1405warning messages in the @samp{*cvs*} buffer alerting you to any parse errors. 1405warning messages in the @file{*cvs*} buffer alerting you to any parse errors.
1406If you get these messages, please send a bug report to the email 1406If you get these messages, please send a bug report to the email
1407addresses listed above. Include the contents of the @samp{*cvs*} buffer, the 1407addresses listed above. Include the contents of the @file{*cvs*} buffer, the
1408output of the CVS process (which should be found in the @samp{ *cvs-tmp*} 1408output of the CVS process (which should be found in the @file{ *cvs-tmp*}
1409buffer), and the versions of Emacs, PCL-CVS and CVS you are using. 1409buffer), and the versions of Emacs, PCL-CVS and CVS you are using.
1410@end table 1410@end table
1411 1411
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi
index 96acdf86cd2..6e136c3345a 100644
--- a/doc/misc/rcirc.texi
+++ b/doc/misc/rcirc.texi
@@ -212,7 +212,7 @@ Emacs, or join @code{#rcirc}, the channel about @code{rcirc}.
212 212
213@cindex server buffer 213@cindex server buffer
214When you have answered these questions, @code{rcirc} will create a server 214When you have answered these questions, @code{rcirc} will create a server
215buffer, which will be named something like @code{*irc.freenode.net*}, 215buffer, which will be named something like @file{*irc.freenode.net*},
216and a channel buffer for each of the channels you wanted to join. 216and a channel buffer for each of the channels you wanted to join.
217 217
218@kindex RET 218@kindex RET
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi
index e2f7ea51303..ebd301cf5f9 100644
--- a/doc/misc/sem-user.texi
+++ b/doc/misc/sem-user.texi
@@ -903,12 +903,12 @@ at a given buffer position. The return value is an EIEIO object
903describing the context at @var{pos} (@pxref{Top,,,eieio,EIEIO 903describing the context at @var{pos} (@pxref{Top,,,eieio,EIEIO
904manual}). 904manual}).
905 905
906When called interactively, this displays a @samp{*Semantic Context 906When called interactively, this displays a @file{*Semantic Context
907Analysis*} buffer containing a summary of the context at point. 907Analysis*} buffer containing a summary of the context at point.
908@end deffn 908@end deffn
909 909
910@noindent 910@noindent
911The Prefix section of the @samp{*Semantic Context Analysis*} buffer 911The Prefix section of the @file{*Semantic Context Analysis*} buffer
912lists the tags based on the text at point. If it shows only a simple 912lists the tags based on the text at point. If it shows only a simple
913string, the Semantic was unable to identify what the data type was. 913string, the Semantic was unable to identify what the data type was.
914 914
diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi
index 24cbc56ecfa..901bfb0a903 100644
--- a/doc/misc/smtpmail.texi
+++ b/doc/misc/smtpmail.texi
@@ -409,7 +409,7 @@ clues to the reason for the error.
409@vindex smtpmail-debug-info 409@vindex smtpmail-debug-info
410 The variable @code{smtpmail-debug-info} controls whether to print 410 The variable @code{smtpmail-debug-info} controls whether to print
411the SMTP protocol exchange in the minibuffer, and retain the entire 411the SMTP protocol exchange in the minibuffer, and retain the entire
412exchange in a buffer @samp{*trace of SMTP session to @var{server}*}, 412exchange in a buffer @file{*trace of SMTP session to @var{server}*},
413where @var{server} is the name of the mail server to which you send 413where @var{server} is the name of the mail server to which you send
414mail. 414mail.
415 415
diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index 5cda62eade7..9c9e4f5a2bc 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -1249,7 +1249,7 @@ if it exists.
1249@defopt url-debug 1249@defopt url-debug
1250@cindex debugging 1250@cindex debugging
1251Specifies the types of debug messages which are logged to 1251Specifies the types of debug messages which are logged to
1252the @code{*URL-DEBUG*} buffer. 1252the @file{*URL-DEBUG*} buffer.
1253@code{t} means log all messages. 1253@code{t} means log all messages.
1254A number means log all messages and show them with @code{message}. 1254A number means log all messages and show them with @code{message}.
1255It may also be a list of the types of messages to be logged. 1255It may also be a list of the types of messages to be logged.
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 5cbf32c9297..58e74473b87 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -354,7 +354,7 @@ M-x viper-mode
354@end lisp 354@end lisp
355 355
356When Emacs first comes up, if you have not specified a file on the 356When Emacs first comes up, if you have not specified a file on the
357command line, it will show the @samp{*scratch*} buffer, in the 357command line, it will show the @file{*scratch*} buffer, in the
358@samp{Lisp Interaction} mode. After you invoke Viper, you can start 358@samp{Lisp Interaction} mode. After you invoke Viper, you can start
359editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands. 359editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands.
360(@xref{File and Buffer Handling}, for more information on @kbd{v} and other 360(@xref{File and Buffer Handling}, for more information on @kbd{v} and other
@@ -1840,7 +1840,7 @@ usually most effective:
1840(set-face-background viper-replace-overlay-face "yellow") 1840(set-face-background viper-replace-overlay-face "yellow")
1841@end smallexample 1841@end smallexample
1842For a complete list of colors available to you, evaluate the expression 1842For a complete list of colors available to you, evaluate the expression
1843@code{(x-defined-colors)}. (Type it in the buffer @code{*scratch*} and then 1843@code{(x-defined-colors)}. (Type it in the buffer @file{*scratch*} and then
1844hit the @kbd{C-j} key. 1844hit the @kbd{C-j} key.
1845 1845
1846@item viper-replace-overlay-cursor-color "Red" 1846@item viper-replace-overlay-cursor-color "Red"
diff --git a/doc/misc/wisent.texi b/doc/misc/wisent.texi
index 3ee080f50e0..3eb5a582914 100644
--- a/doc/misc/wisent.texi
+++ b/doc/misc/wisent.texi
@@ -689,7 +689,7 @@ Toggle whether to report verbose information on generated parser.
689@end deffn 689@end deffn
690 690
691The verbose report is printed in the temporary buffer 691The verbose report is printed in the temporary buffer
692@code{*wisent-log*} when running interactively, or in file 692@file{*wisent-log*} when running interactively, or in file
693@file{wisent.output} when running in batch mode. Different 693@file{wisent.output} when running in batch mode. Different
694reports are separated from each other by a line like this: 694reports are separated from each other by a line like this:
695 695
@@ -760,7 +760,7 @@ Grammar contains 7 shift/reduce conflicts
760@end group 760@end group
761@end example 761@end example
762 762
763The @samp{*wisent-log*} buffer details things! 763The @file{*wisent-log*} buffer details things!
764 764
765The first section reports conflicts that were solved using precedence 765The first section reports conflicts that were solved using precedence
766and/or associativity: 766and/or associativity:
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi
index b221a380fa9..fbd4ede7aa2 100644
--- a/doc/misc/woman.texi
+++ b/doc/misc/woman.texi
@@ -826,7 +826,7 @@ shows manual sections and subsections by default, but you can change
826this by customizing @code{woman-imenu-generic-expression}. 826this by customizing @code{woman-imenu-generic-expression}.
827 827
828WoMan is configured not to replace spaces in an imenu 828WoMan is configured not to replace spaces in an imenu
829@code{*Completion*} buffer. For further documentation on the use of 829@file{*Completion*} buffer. For further documentation on the use of
830imenu, such as menu sorting, see the source file @file{imenu.el}, which 830imenu, such as menu sorting, see the source file @file{imenu.el}, which
831is distributed with GNU Emacs. 831is distributed with GNU Emacs.
832 832
@@ -852,7 +852,7 @@ customization should be possible via existing user options.
852@vtable @code 852@vtable @code
853@item woman-show-log 853@item woman-show-log
854A boolean value that defaults to @code{nil}. If non-@code{nil} then show the 854A boolean value that defaults to @code{nil}. If non-@code{nil} then show the
855@code{*WoMan-Log*} buffer if appropriate, i.e., if any warning messages 855@file{*WoMan-Log*} buffer if appropriate, i.e., if any warning messages
856are written to it. @xref{Log, , The *WoMan-Log* Buffer}. 856are written to it. @xref{Log, , The *WoMan-Log* Buffer}.
857 857
858@item woman-pre-format-hook 858@item woman-pre-format-hook
@@ -1295,7 +1295,7 @@ on @uref{http://savannah.gnu.org/projects/emacs/}. If it still fails, please
1295@item 1295@item
1296use @kbd{M-x report-emacs-bug} to send a bug report. 1296use @kbd{M-x report-emacs-bug} to send a bug report.
1297Please include the entry from the 1297Please include the entry from the
1298@code{*WoMan-Log*} buffer relating to the problem file, together with 1298@file{*WoMan-Log*} buffer relating to the problem file, together with
1299a brief description of the problem. Please indicate where you got the 1299a brief description of the problem. Please indicate where you got the
1300man source file from, but do not send it unless asked to send it. 1300man source file from, but do not send it unless asked to send it.
1301@end enumerate 1301@end enumerate