diff options
| author | Richard M. Stallman | 2004-06-24 20:08:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-06-24 20:08:20 +0000 |
| commit | eb8f5dabec503e90e6eca2d0381ba4ee1da5db9b (patch) | |
| tree | 8a9534605402f00be6c44e074e8a0172d4ccd3a6 | |
| parent | a8e3c8d6aeab8e38d57ac47ca80e4462a62b3897 (diff) | |
| download | emacs-eb8f5dabec503e90e6eca2d0381ba4ee1da5db9b.tar.gz emacs-eb8f5dabec503e90e6eca2d0381ba4ee1da5db9b.zip | |
(Saving Buffers): Correct previous change.
| -rw-r--r-- | lispref/files.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index 42b07879186..10d6c808625 100644 --- a/lispref/files.texi +++ b/lispref/files.texi | |||
| @@ -416,8 +416,8 @@ Even though this is not a normal hook, you can use @code{add-hook} and | |||
| 416 | @c Emacs 19 feature | 416 | @c Emacs 19 feature |
| 417 | @defvar write-contents-functions | 417 | @defvar write-contents-functions |
| 418 | This works just like @code{write-file-functions}, but it is intended for | 418 | This works just like @code{write-file-functions}, but it is intended for |
| 419 | hooks that pertain to the contents of the buffer, as opposed to hooks that | 419 | hooks that pertain to the contents of the file, as opposed to hooks that |
| 420 | pertain to the file the buffers visits. Such hooks are usually set up by | 420 | pertain to the file's name or location. Such hooks are usually set up by |
| 421 | major modes, as buffer-local bindings for this variable. If any of the | 421 | major modes, as buffer-local bindings for this variable. If any of the |
| 422 | functions in this hook returns non-@code{nil}, the file is considered | 422 | functions in this hook returns non-@code{nil}, the file is considered |
| 423 | already written and the rest are not called and neither are the functions | 423 | already written and the rest are not called and neither are the functions |