From: Richard M. Stallman Date: Sat, 24 Aug 1996 21:26:03 +0000 (+0000) Subject: Add xrefs from Saving Buffers to Format Conversion and Saving X-Git-Tag: emacs-20.1~4031 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2dd7b854e3cc54117e51477720d49ef35141956a;p=emacs.git Add xrefs from Saving Buffers to Format Conversion and Saving Properties. --- diff --git a/lispref/files.texi b/lispref/files.texi index 8b93faf9b68..90d022f547e 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -308,6 +308,10 @@ if necessary to make a unique buffer name. It does most of this work by calling @code{set-visited-file-name} and @code{save-buffer}. @end deffn + Saving a buffer runs several hooks. It also performs format +conversion (@pxref{Format Conversion}), and may save text properties in +``annotations'' (@pxref{Saving Properties}). + @defvar write-file-hooks The value of this variable is a list of functions to be called before writing out a buffer to its visited file. If one of them returns