diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-24 21:26:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-24 21:26:03 +0000 |
commit | 2dd7b854e3cc54117e51477720d49ef35141956a (patch) | |
tree | 3a2fca3f46c465da4a2df71b3a1a0ebfa74f0261 /lispref | |
parent | 86e71abf77e94780c886f3bc9632f7b96fb63599 (diff) | |
download | emacs-2dd7b854e3cc54117e51477720d49ef35141956a.tar.gz |
Add xrefs from Saving Buffers to Format Conversion and Saving
Properties.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/files.texi | 4 |
1 files changed, 4 insertions, 0 deletions
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 |