*** backups.texi.~1.22.~ Sat Feb 8 08:40:08 2003 --- backups.texi Sun Mar 30 19:07:13 2003 *************** *** 415,421 **** called @dfn{auto-saving}. Auto-saving prevents you from losing more than a limited amount of work if the system crashes. By default, auto-saves happen every 300 keystrokes, or after around 30 seconds of ! idle time. @xref{Auto-Save, Auto-Save, Auto-Saving: Protection Against Disasters, emacs, The GNU Emacs Manual}, for information on auto-save for users. Here we describe the functions used to implement auto-saving and the variables that control them. --- 415,421 ---- called @dfn{auto-saving}. Auto-saving prevents you from losing more than a limited amount of work if the system crashes. By default, auto-saves happen every 300 keystrokes, or after around 30 seconds of ! idle time. @xref{Auto Save, Auto Save, Auto-Saving: Protection Against Disasters, emacs, The GNU Emacs Manual}, for information on auto-save for users. Here we describe the functions used to implement auto-saving and the variables that control them. *** customize.texi.~1.32.~ Sat Feb 8 08:40:08 2003 --- customize.texi Mon Mar 31 12:49:12 2003 *************** *** 376,382 **** @end menu All customization types are implemented as widgets; see @ref{Top, , ! Introduction, widget, The Emacs Widget Library} for details. @node Simple Types @subsection Simple Types --- 376,382 ---- @end menu All customization types are implemented as widgets; see @ref{Top, , ! Introduction, widget, The Emacs Widget Library}, for details. @node Simple Types @subsection Simple Types *** os.texi.~1.51.~ Sat Feb 1 08:19:53 2003 --- os.texi Mon Mar 31 13:10:05 2003 *************** *** 216,222 **** Emacs. @end defvar ! @xref{Init File Examples,,, emacs, The GNU Emacs Manual}, for examples of how to make various commonly desired customizations in your @file{.emacs} file. --- 216,222 ---- Emacs. @end defvar ! @xref{Init Examples,, Init File Examples, emacs, The GNU Emacs Manual}, for examples of how to make various commonly desired customizations in your @file{.emacs} file. *************** *** 400,407 **** The command-line arguments are parsed by the @code{command-line-1} function in the @file{startup.el} file. See also @ref{Command ! Switches, , Command Line Switches and Arguments, emacs, The GNU Emacs ! Manual}. @end defvar @defvar command-line-args --- 400,406 ---- The command-line arguments are parsed by the @code{command-line-1} function in the @file{startup.el} file. See also @ref{Command ! Arguments, , Command Line Arguments, emacs, The GNU Emacs Manual}. @end defvar @defvar command-line-args *** positions.texi.~1.35.~ Sat Feb 8 08:40:12 2003 --- positions.texi Mon Mar 31 12:57:07 2003 *************** *** 641,648 **** them in Emacs). The syntax table controls how these functions interpret various characters; see @ref{Syntax Tables}. @xref{Parsing Expressions}, for lower-level primitives for scanning sexps or parts of ! sexps. For user-level commands, see @ref{Lists Commands,,, emacs, The GNU ! Emacs Manual}. @deffn Command forward-list &optional arg This function moves forward across @var{arg} (default 1) balanced groups of --- 641,648 ---- them in Emacs). The syntax table controls how these functions interpret various characters; see @ref{Syntax Tables}. @xref{Parsing Expressions}, for lower-level primitives for scanning sexps or parts of ! sexps. For user-level commands, see @ref{Parentheses,, Commands for ! Editing with Parentheses, emacs, The GNU Emacs Manual}. @deffn Command forward-list &optional arg This function moves forward across @var{arg} (default 1) balanced groups of *** windows.texi.~1.60.~ Sun Mar 30 09:39:14 2003 --- windows.texi Tue Apr 1 09:13:37 2003 *************** *** 2103,2110 **** switching buffers in the window, and changing the size of the window. The first two actions run @code{window-scroll-functions}; the last runs @code{window-size-change-functions}. The paradigmatic use of these ! hooks is in the implementation of Lazy Lock mode; see @ref{Support ! Modes, Lazy Lock, Font Lock Support Modes, emacs, The GNU Emacs Manual}. @defvar window-scroll-functions This variable holds a list of functions that Emacs should call before --- 2103,2109 ---- switching buffers in the window, and changing the size of the window. The first two actions run @code{window-scroll-functions}; the last runs @code{window-size-change-functions}. The paradigmatic use of these ! hooks is in the implementation of Lazy Lock mode; see @file{lazy-lock.el}. @defvar window-scroll-functions This variable holds a list of functions that Emacs should call before