aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJuanma Barranquero2003-04-06 21:12:02 +0000
committerJuanma Barranquero2003-04-06 21:12:02 +0000
commit333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e (patch)
treec113969e826ca661bbbfd57cbc793e1f327d7732 /man
parenteb67c5d64da2a2eb5669f0d77871ad8903098b3e (diff)
downloademacs-333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e.tar.gz
emacs-333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e.zip
Fix cross references.
Diffstat (limited to 'man')
-rw-r--r--man/building.texi2
-rw-r--r--man/cmdargs.texi2
-rw-r--r--man/faq.texi6
-rw-r--r--man/sending.texi4
-rw-r--r--man/viper.texi2
5 files changed, 8 insertions, 8 deletions
diff --git a/man/building.texi b/man/building.texi
index 37af1db844a..8169b64a1bf 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -73,7 +73,7 @@ containing a default command line, which is the command you used the
73last time you did @kbd{M-x compile}. If you type just @key{RET}, the 73last time you did @kbd{M-x compile}. If you type just @key{RET}, the
74same command line is used again. For the first @kbd{M-x compile}, the 74same command line is used again. For the first @kbd{M-x compile}, the
75default is @samp{make -k}, which is correct most of the time for 75default is @samp{make -k}, which is correct most of the time for
76nontrivial programs. (@xref{Make,, Make, make, GNU Make Manual}.) 76nontrivial programs. (@xref{Top,, Make, make, GNU Make Manual}.)
77The default compilation command comes from the variable 77The default compilation command comes from the variable
78@code{compile-command}; if the appropriate compilation command for a 78@code{compile-command}; if the appropriate compilation command for a
79file is something other than @samp{make -k}, it can be useful for the 79file is something other than @samp{make -k}, it can be useful for the
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index a6b8019cf99..7545f9baf76 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -497,7 +497,7 @@ The name of an interpreter used to parse and execute programs run from
497inside Emacs. 497inside Emacs.
498@item SMTPSERVER 498@item SMTPSERVER
499The name of the outgoing mail server. Used by the SMTP library 499The name of the outgoing mail server. Used by the SMTP library
500(@pxref{Sending mail via SMTP,,,smtpmail}). 500(@pxref{Top,,Sending mail via SMTP,smtpmail}).
501@cindex background mode, on @command{xterm} 501@cindex background mode, on @command{xterm}
502@item TERM 502@item TERM
503The type of the terminal that Emacs is using. This variable must be 503The type of the terminal that Emacs is using. This variable must be
diff --git a/man/faq.texi b/man/faq.texi
index 3d7ee6d4e80..5cdc357c2cc 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -1217,7 +1217,7 @@ and on @code{xterm} with @kbd{emacs -nw}.
1217@cindex Init file, setting up 1217@cindex Init file, setting up
1218@cindex Customization file, setting up 1218@cindex Customization file, setting up
1219 1219
1220@inforef{Init File, Init File, emacs} 1220@inforef{Init File, Init File, emacs}.
1221 1221
1222In general, new Emacs users should not have @file{.emacs} files, because 1222In general, new Emacs users should not have @file{.emacs} files, because
1223it causes confusing non-standard behavior. Then they send questions to 1223it causes confusing non-standard behavior. Then they send questions to
@@ -2061,7 +2061,7 @@ support it. (@xref{VIPER}.)
2061@cindex X resources 2061@cindex X resources
2062@cindex Setting X resources 2062@cindex Setting X resources
2063 2063
2064@inforef{Resources X, Resources X, emacs}. 2064@inforef{X Resources, X Resources, emacs}.
2065 2065
2066You can also use a resource editor, such as editres (for X11R5 and 2066You can also use a resource editor, such as editres (for X11R5 and
2067onwards), to look at the resource names for the menu bar, assuming Emacs 2067onwards), to look at the resource names for the menu bar, assuming Emacs
@@ -2189,7 +2189,7 @@ If you need to repeat a command a small number of times, you can use
2189@cindex Suspending Emacs 2189@cindex Suspending Emacs
2190 2190
2191@kbd{C-z} iconifies Emacs when running under X and suspends Emacs 2191@kbd{C-z} iconifies Emacs when running under X and suspends Emacs
2192otherwise. @inforef{Misc X, Misc X, emacs}. 2192otherwise. @inforef{Frame Commands, Frame Commands, emacs}.
2193 2193
2194@node Using regular expressions, Replacing text across multiple files, Forcing Emacs to iconify itself, Common requests 2194@node Using regular expressions, Replacing text across multiple files, Forcing Emacs to iconify itself, Common requests
2195@section How do I use regexps (regular expressions) in Emacs? 2195@section How do I use regexps (regular expressions) in Emacs?
diff --git a/man/sending.texi b/man/sending.texi
index 95e7093ac57..502663a3520 100644
--- a/man/sending.texi
+++ b/man/sending.texi
@@ -447,7 +447,7 @@ user agent sends mail. It should be set to a function. The default
447is @code{sendmail-send-it}, which delivers mail using the Sendmail 447is @code{sendmail-send-it}, which delivers mail using the Sendmail
448installation on the local host. To send mail through a SMTP server, 448installation on the local host. To send mail through a SMTP server,
449set it to @code{smtpmail-send-it} and set up the Emacs SMTP library 449set it to @code{smtpmail-send-it} and set up the Emacs SMTP library
450(@pxref{Sending mail via SMTP,,,smtpmail}). A third option is 450(@pxref{Top,, Sending mail via SMTP,smtpmail}). A third option is
451@code{feedmail-send-it}, see the commentary section of the 451@code{feedmail-send-it}, see the commentary section of the
452@file{feedmail.el} package for more information. 452@file{feedmail.el} package for more information.
453 453
@@ -687,7 +687,7 @@ message into outgoing mail. To do this, add
687and sending mail---Mail mode. Emacs has alternative facilities for 687and sending mail---Mail mode. Emacs has alternative facilities for
688editing and sending mail, including 688editing and sending mail, including
689MH-E and Message mode, not documented in this manual. 689MH-E and Message mode, not documented in this manual.
690@xref{MH-E,,,mh-e, The Emacs Interface to MH}. @xref{Message,,,message, 690@xref{Top,,MH-E,mh-e, The Emacs Interface to MH}. @xref{Top,,,message,
691Message Manual}. You can choose any of them as your preferred method. 691Message Manual}. You can choose any of them as your preferred method.
692The commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use 692The commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use
693whichever agent you have specified, as do various other Emacs commands 693whichever agent you have specified, as do various other Emacs commands
diff --git a/man/viper.texi b/man/viper.texi
index a5b102acd56..c0059da3a97 100644
--- a/man/viper.texi
+++ b/man/viper.texi
@@ -596,7 +596,7 @@ Most commands, @kbd{~}, @kbd{[[}, @kbd{p}, @kbd{/}, @dots{}, etc., take counts.
596Viper uses Emacs Regular Expressions for searches. These are a superset of 596Viper uses Emacs Regular Expressions for searches. These are a superset of
597Vi regular 597Vi regular
598expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L}, 598expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L},
599@dots{}, etc. @xref{Regular Expressions,,Regular Expressions,emacs,The 599@dots{}, etc. @xref{Regexps,,Syntax of Regular Expressions,emacs,The
600GNU Emacs Manual}, for details. 600GNU Emacs Manual}, for details.
601Files specified to @kbd{:e} use @code{csh} regular expressions 601Files specified to @kbd{:e} use @code{csh} regular expressions
602(globbing, wildcards, what have you). 602(globbing, wildcards, what have you).