comparison lispref/files.texi @ 8364:f40f688148d1

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Jul 1994 22:44:21 +0000
parents 56b5ed321f8d
children 0b86aef0c387
comparison
equal deleted inserted replaced
8363:bf559544bd48 8364:f40f688148d1
347 347
348 @c Emacs 19 feature 348 @c Emacs 19 feature
349 @defvar write-contents-hooks 349 @defvar write-contents-hooks
350 This works just like @code{write-file-hooks}, but it is intended for 350 This works just like @code{write-file-hooks}, but it is intended for
351 hooks that pertain to the contents of the file, as opposed to hooks that 351 hooks that pertain to the contents of the file, as opposed to hooks that
352 pertain to where the file came from. Typically major mode commands make 352 pertain to where the file came from. Such hooks are usually set up by
353 buffer-local bindings for this variable. 353 major modes, as buffer-local bindings for this variable. Switching to a
354 new major mode always resets this variable.
354 @end defvar 355 @end defvar
355 356
356 @c Emacs 19 feature 357 @c Emacs 19 feature
357 @defvar after-save-hook 358 @defvar after-save-hook
358 This normal hook runs after a buffer has been saved in its visited file. 359 This normal hook runs after a buffer has been saved in its visited file.