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 | 74cba125e4060e9d1e582ff9a3078f860efdf8b0 (patch) | |
tree | 462cd8fc8a366b4540536a81fde30844487d2f73 | |
parent | a474b416f2d2b2ae3139be9c7c40494437c5a2c4 (diff) | |
download | emacs-74cba125e4060e9d1e582ff9a3078f860efdf8b0.tar.gz |
Add xrefs from Saving Buffers to Format Conversion and Saving
Properties.
-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 |