emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/files.texi


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/man/files.texi
Date: Sun, 23 Jun 2002 17:45:33 -0400

Index: emacs/man/files.texi
diff -c emacs/man/files.texi:1.71 emacs/man/files.texi:1.72
*** emacs/man/files.texi:1.71   Tue Jun 18 05:55:53 2002
--- emacs/man/files.texi        Sun Jun 23 17:45:33 2002
***************
*** 320,340 ****
  If you already have visited the same file in the usual (non-literal)
  manner, this command asks you whether to visit it literally instead.
  
! @vindex find-file-hooks
! @vindex find-file-not-found-hooks
    Two special hook variables allow extensions to modify the operation of
  visiting files.  Visiting a file that does not exist runs the functions
! in the list @code{find-file-not-found-hooks}; this variable holds a list
  of functions, and the functions are called one by one (with no
  arguments) until one of them returns address@hidden  This is not a
! normal hook, and the name ends in @samp{-hooks} rather than @samp{-hook}
  to indicate that fact.
  
    Successful visiting of any file, whether existing or not, calls the
! functions in the list @code{find-file-hooks}, with no arguments.
! This variable is really a normal hook, but it has an abnormal name for
! historical compatibility.  In the case of a nonexistent file, the
! @code{find-file-not-found-hooks} are run first.  @xref{Hooks}.
  
    There are several ways to specify automatically the major mode for
  editing the file (@pxref{Choosing Modes}), and to specify local
--- 320,339 ----
  If you already have visited the same file in the usual (non-literal)
  manner, this command asks you whether to visit it literally instead.
  
! @vindex find-file-hook
! @vindex find-file-not-found-functions
    Two special hook variables allow extensions to modify the operation of
  visiting files.  Visiting a file that does not exist runs the functions
! in the list @code{find-file-not-found-functions}; this variable holds a list
  of functions, and the functions are called one by one (with no
  arguments) until one of them returns address@hidden  This is not a
! normal hook, and the name ends in @samp{-functions} rather than @samp{-hook}
  to indicate that fact.
  
    Successful visiting of any file, whether existing or not, calls the
! functions in the list @code{find-file-hook}, with no arguments.
! This variable is a normal hook.  In the case of a nonexistent file, the
! @code{find-file-not-found-functions} are run first.  @xref{Hooks}.
  
    There are several ways to specify automatically the major mode for
  editing the file (@pxref{Choosing Modes}), and to specify local
***************
*** 832,838 ****
  @end example
  
    Then add the hook function @code{time-stamp} to the hook
! @code{write-file-hooks}; that hook function will automatically update
  the time stamp, inserting the current date and time when you save the
  file.  You can also use the command @kbd{M-x time-stamp} to update the
  time stamp manually.  For other customizations, see the Custom group
--- 831,837 ----
  @end example
  
    Then add the hook function @code{time-stamp} to the hook
! @code{write-file-functions}; that hook function will automatically update
  the time stamp, inserting the current date and time when you save the
  file.  You can also use the command @kbd{M-x time-stamp} to update the
  time stamp manually.  For other customizations, see the Custom group



reply via email to

[Prev in Thread] Current Thread [Next in Thread]