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 /lispref | |
| parent | eb67c5d64da2a2eb5669f0d77871ad8903098b3e (diff) | |
| download | emacs-333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e.tar.gz emacs-333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e.zip | |
Fix cross references.
Diffstat (limited to 'lispref')
| -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 |
5 files changed, 7 insertions, 9 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 |