aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorJuanma Barranquero2003-04-06 21:12:02 +0000
committerJuanma Barranquero2003-04-06 21:12:02 +0000
commit333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e (patch)
treec113969e826ca661bbbfd57cbc793e1f327d7732 /lispref
parenteb67c5d64da2a2eb5669f0d77871ad8903098b3e (diff)
downloademacs-333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e.tar.gz
emacs-333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e.zip
Fix cross references.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/backups.texi2
-rw-r--r--lispref/customize.texi2
-rw-r--r--lispref/os.texi5
-rw-r--r--lispref/positions.texi4
-rw-r--r--lispref/windows.texi3
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.
415called @dfn{auto-saving}. Auto-saving prevents you from losing more 415called @dfn{auto-saving}. Auto-saving prevents you from losing more
416than a limited amount of work if the system crashes. By default, 416than a limited amount of work if the system crashes. By default,
417auto-saves happen every 300 keystrokes, or after around 30 seconds of 417auto-saves happen every 300 keystrokes, or after around 30 seconds of
418idle time. @xref{Auto-Save, Auto-Save, Auto-Saving: Protection Against 418idle time. @xref{Auto Save, Auto Save, Auto-Saving: Protection Against
419Disasters, emacs, The GNU Emacs Manual}, for information on auto-save 419Disasters, emacs, The GNU Emacs Manual}, for information on auto-save
420for users. Here we describe the functions used to implement auto-saving 420for users. Here we describe the functions used to implement auto-saving
421and the variables that control them. 421and 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
378All customization types are implemented as widgets; see @ref{Top, , 378All customization types are implemented as widgets; see @ref{Top, ,
379Introduction, widget, The Emacs Widget Library} for details. 379Introduction, 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
216Emacs. 216Emacs.
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
220examples of how to make various commonly desired customizations in your 220examples 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
401The command-line arguments are parsed by the @code{command-line-1} 401The command-line arguments are parsed by the @code{command-line-1}
402function in the @file{startup.el} file. See also @ref{Command 402function in the @file{startup.el} file. See also @ref{Command
403Switches, , Command Line Switches and Arguments, emacs, The GNU Emacs 403Arguments, , Command Line Arguments, emacs, The GNU Emacs Manual}.
404Manual}.
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
641them in Emacs). The syntax table controls how these functions interpret 641them in Emacs). The syntax table controls how these functions interpret
642various characters; see @ref{Syntax Tables}. @xref{Parsing 642various characters; see @ref{Syntax Tables}. @xref{Parsing
643Expressions}, for lower-level primitives for scanning sexps or parts of 643Expressions}, for lower-level primitives for scanning sexps or parts of
644sexps. For user-level commands, see @ref{Lists Commands,,, emacs, The GNU 644sexps. For user-level commands, see @ref{Parentheses,, Commands for
645Emacs Manual}. 645Editing with Parentheses, emacs, The GNU Emacs Manual}.
646 646
647@deffn Command forward-list &optional arg 647@deffn Command forward-list &optional arg
648This function moves forward across @var{arg} (default 1) balanced groups of 648This 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,
2103switching buffers in the window, and changing the size of the window. 2103switching buffers in the window, and changing the size of the window.
2104The first two actions run @code{window-scroll-functions}; the last runs 2104The 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
2106hooks is in the implementation of Lazy Lock mode; see @ref{Support 2106hooks is in the implementation of Lazy Lock mode; see @file{lazy-lock.el}.
2107Modes, Lazy Lock, Font Lock Support Modes, emacs, The GNU Emacs Manual}.
2108 2107
2109@defvar window-scroll-functions 2108@defvar window-scroll-functions
2110This variable holds a list of functions that Emacs should call before 2109This variable holds a list of functions that Emacs should call before