emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/files.texi [lexbind]
Date: Tue, 06 Jul 2004 06:59:28 -0400

Index: emacs/lispref/files.texi
diff -c emacs/lispref/files.texi:1.42.4.10 emacs/lispref/files.texi:1.42.4.11
*** emacs/lispref/files.texi:1.42.4.10  Tue Jul  6 10:20:17 2004
--- emacs/lispref/files.texi    Tue Jul  6 10:23:38 2004
***************
*** 416,423 ****
  @c Emacs 19 feature
  @defvar write-contents-functions
  This works just like @code{write-file-functions}, but it is intended for
! hooks that pertain to the contents of the buffer, as opposed to hooks that
! pertain to the file the buffers visits.  Such hooks are usually set up by
  major modes, as buffer-local bindings for this variable.  If any of the
  functions in this hook returns address@hidden, the file is considered
  already written and the rest are not called and neither are the functions
--- 416,423 ----
  @c Emacs 19 feature
  @defvar write-contents-functions
  This works just like @code{write-file-functions}, but it is intended for
! hooks that pertain to the contents of the file, as opposed to hooks that
! pertain to the file's name or location.  Such hooks are usually set up by
  major modes, as buffer-local bindings for this variable.  If any of the
  functions in this hook returns address@hidden, the file is considered
  already written and the rest are not called and neither are the functions




reply via email to

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