diff options
| author | Juanma Barranquero | 2003-04-06 21:12:02 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-04-06 21:12:02 +0000 |
| commit | 333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e (patch) | |
| tree | c113969e826ca661bbbfd57cbc793e1f327d7732 | |
| parent | eb67c5d64da2a2eb5669f0d77871ad8903098b3e (diff) | |
| download | emacs-333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e.tar.gz emacs-333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e.zip | |
Fix cross references.
| -rw-r--r-- | lispref/backups.texi | 2 | ||||
| -rw-r--r-- | lispref/customize.texi | 2 | ||||
| -rw-r--r-- | lispref/os.texi | 5 | ||||
| -rw-r--r-- | lispref/positions.texi | 4 | ||||
| -rw-r--r-- | lispref/windows.texi | 3 | ||||
| -rw-r--r-- | man/building.texi | 2 | ||||
| -rw-r--r-- | man/cmdargs.texi | 2 | ||||
| -rw-r--r-- | man/faq.texi | 6 | ||||
| -rw-r--r-- | man/sending.texi | 4 | ||||
| -rw-r--r-- | man/viper.texi | 2 |
10 files changed, 15 insertions, 17 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi index 858d6dfa9d5..e803904a4e8 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi | |||
| @@ -415,7 +415,7 @@ automatically compare a file with its most recent backup. | |||
| 415 | called @dfn{auto-saving}. Auto-saving prevents you from losing more | 415 | called @dfn{auto-saving}. Auto-saving prevents you from losing more |
| 416 | than a limited amount of work if the system crashes. By default, | 416 | than a limited amount of work if the system crashes. By default, |
| 417 | auto-saves happen every 300 keystrokes, or after around 30 seconds of | 417 | auto-saves happen every 300 keystrokes, or after around 30 seconds of |
| 418 | idle time. @xref{Auto-Save, Auto-Save, Auto-Saving: Protection Against | 418 | idle time. @xref{Auto Save, Auto Save, Auto-Saving: Protection Against |
| 419 | Disasters, emacs, The GNU Emacs Manual}, for information on auto-save | 419 | Disasters, emacs, The GNU Emacs Manual}, for information on auto-save |
| 420 | for users. Here we describe the functions used to implement auto-saving | 420 | for users. Here we describe the functions used to implement auto-saving |
| 421 | and the variables that control them. | 421 | and the variables that control them. |
diff --git a/lispref/customize.texi b/lispref/customize.texi index b7699a19802..41d29edf981 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi | |||
| @@ -376,7 +376,7 @@ equivalent to @code{(string)}. | |||
| 376 | @end menu | 376 | @end menu |
| 377 | 377 | ||
| 378 | All customization types are implemented as widgets; see @ref{Top, , | 378 | All customization types are implemented as widgets; see @ref{Top, , |
| 379 | Introduction, widget, The Emacs Widget Library} for details. | 379 | Introduction, widget, The Emacs Widget Library}, for details. |
| 380 | 380 | ||
| 381 | @node Simple Types | 381 | @node Simple Types |
| 382 | @subsection Simple Types | 382 | @subsection Simple Types |
diff --git a/lispref/os.texi b/lispref/os.texi index 6fa2c8925e7..1defdcdbe57 100644 --- a/lispref/os.texi +++ b/lispref/os.texi | |||
| @@ -216,7 +216,7 @@ way you can change it with real effect is to do so before dumping | |||
| 216 | Emacs. | 216 | Emacs. |
| 217 | @end defvar | 217 | @end defvar |
| 218 | 218 | ||
| 219 | @xref{Init File Examples,,, emacs, The GNU Emacs Manual}, for | 219 | @xref{Init Examples,, Init File Examples, emacs, The GNU Emacs Manual}, for |
| 220 | examples of how to make various commonly desired customizations in your | 220 | examples of how to make various commonly desired customizations in your |
| 221 | @file{.emacs} file. | 221 | @file{.emacs} file. |
| 222 | 222 | ||
| @@ -400,8 +400,7 @@ arguments is in @code{command-line-args}.) | |||
| 400 | 400 | ||
| 401 | The command-line arguments are parsed by the @code{command-line-1} | 401 | The command-line arguments are parsed by the @code{command-line-1} |
| 402 | function in the @file{startup.el} file. See also @ref{Command | 402 | function in the @file{startup.el} file. See also @ref{Command |
| 403 | Switches, , Command Line Switches and Arguments, emacs, The GNU Emacs | 403 | Arguments, , Command Line Arguments, emacs, The GNU Emacs Manual}. |
| 404 | Manual}. | ||
| 405 | @end defvar | 404 | @end defvar |
| 406 | 405 | ||
| 407 | @defvar command-line-args | 406 | @defvar command-line-args |
diff --git a/lispref/positions.texi b/lispref/positions.texi index ac5efda9bc9..66085188c5b 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi | |||
| @@ -641,8 +641,8 @@ expressions (also called @dfn{sexps} in connection with moving across | |||
| 641 | them in Emacs). The syntax table controls how these functions interpret | 641 | them in Emacs). The syntax table controls how these functions interpret |
| 642 | various characters; see @ref{Syntax Tables}. @xref{Parsing | 642 | various characters; see @ref{Syntax Tables}. @xref{Parsing |
| 643 | Expressions}, for lower-level primitives for scanning sexps or parts of | 643 | Expressions}, for lower-level primitives for scanning sexps or parts of |
| 644 | sexps. For user-level commands, see @ref{Lists Commands,,, emacs, The GNU | 644 | sexps. For user-level commands, see @ref{Parentheses,, Commands for |
| 645 | Emacs Manual}. | 645 | Editing with Parentheses, emacs, The GNU Emacs Manual}. |
| 646 | 646 | ||
| 647 | @deffn Command forward-list &optional arg | 647 | @deffn Command forward-list &optional arg |
| 648 | This function moves forward across @var{arg} (default 1) balanced groups of | 648 | This function moves forward across @var{arg} (default 1) balanced groups of |
diff --git a/lispref/windows.texi b/lispref/windows.texi index f43a792f3be..e0481e0d5bd 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi | |||
| @@ -2103,8 +2103,7 @@ There are three actions that can change this: scrolling the window, | |||
| 2103 | switching buffers in the window, and changing the size of the window. | 2103 | switching buffers in the window, and changing the size of the window. |
| 2104 | The first two actions run @code{window-scroll-functions}; the last runs | 2104 | The first two actions run @code{window-scroll-functions}; the last runs |
| 2105 | @code{window-size-change-functions}. The paradigmatic use of these | 2105 | @code{window-size-change-functions}. The paradigmatic use of these |
| 2106 | hooks is in the implementation of Lazy Lock mode; see @ref{Support | 2106 | hooks is in the implementation of Lazy Lock mode; see @file{lazy-lock.el}. |
| 2107 | Modes, Lazy Lock, Font Lock Support Modes, emacs, The GNU Emacs Manual}. | ||
| 2108 | 2107 | ||
| 2109 | @defvar window-scroll-functions | 2108 | @defvar window-scroll-functions |
| 2110 | This variable holds a list of functions that Emacs should call before | 2109 | This variable holds a list of functions that Emacs should call before |
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 | |||
| 73 | last time you did @kbd{M-x compile}. If you type just @key{RET}, the | 73 | last time you did @kbd{M-x compile}. If you type just @key{RET}, the |
| 74 | same command line is used again. For the first @kbd{M-x compile}, the | 74 | same command line is used again. For the first @kbd{M-x compile}, the |
| 75 | default is @samp{make -k}, which is correct most of the time for | 75 | default is @samp{make -k}, which is correct most of the time for |
| 76 | nontrivial programs. (@xref{Make,, Make, make, GNU Make Manual}.) | 76 | nontrivial programs. (@xref{Top,, Make, make, GNU Make Manual}.) |
| 77 | The default compilation command comes from the variable | 77 | The 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 |
| 79 | file is something other than @samp{make -k}, it can be useful for the | 79 | file 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 | |||
| 497 | inside Emacs. | 497 | inside Emacs. |
| 498 | @item SMTPSERVER | 498 | @item SMTPSERVER |
| 499 | The name of the outgoing mail server. Used by the SMTP library | 499 | The 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 |
| 503 | The type of the terminal that Emacs is using. This variable must be | 503 | The 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 | ||
| 1222 | In general, new Emacs users should not have @file{.emacs} files, because | 1222 | In general, new Emacs users should not have @file{.emacs} files, because |
| 1223 | it causes confusing non-standard behavior. Then they send questions to | 1223 | it 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 | ||
| 2066 | You can also use a resource editor, such as editres (for X11R5 and | 2066 | You can also use a resource editor, such as editres (for X11R5 and |
| 2067 | onwards), to look at the resource names for the menu bar, assuming Emacs | 2067 | onwards), 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 |
| 2192 | otherwise. @inforef{Misc X, Misc X, emacs}. | 2192 | otherwise. @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 | |||
| 447 | is @code{sendmail-send-it}, which delivers mail using the Sendmail | 447 | is @code{sendmail-send-it}, which delivers mail using the Sendmail |
| 448 | installation on the local host. To send mail through a SMTP server, | 448 | installation on the local host. To send mail through a SMTP server, |
| 449 | set it to @code{smtpmail-send-it} and set up the Emacs SMTP library | 449 | set 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 | |||
| 687 | and sending mail---Mail mode. Emacs has alternative facilities for | 687 | and sending mail---Mail mode. Emacs has alternative facilities for |
| 688 | editing and sending mail, including | 688 | editing and sending mail, including |
| 689 | MH-E and Message mode, not documented in this manual. | 689 | MH-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, |
| 691 | Message Manual}. You can choose any of them as your preferred method. | 691 | Message Manual}. You can choose any of them as your preferred method. |
| 692 | The commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use | 692 | The commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use |
| 693 | whichever agent you have specified, as do various other Emacs commands | 693 | whichever 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. | |||
| 596 | Viper uses Emacs Regular Expressions for searches. These are a superset of | 596 | Viper uses Emacs Regular Expressions for searches. These are a superset of |
| 597 | Vi regular | 597 | Vi regular |
| 598 | expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L}, | 598 | expressions, 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 |
| 600 | GNU Emacs Manual}, for details. | 600 | GNU Emacs Manual}, for details. |
| 601 | Files specified to @kbd{:e} use @code{csh} regular expressions | 601 | Files specified to @kbd{:e} use @code{csh} regular expressions |
| 602 | (globbing, wildcards, what have you). | 602 | (globbing, wildcards, what have you). |