diff options
| author | Richard M. Stallman | 1999-11-26 17:31:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-11-26 17:31:26 +0000 |
| commit | f3a4b82fe053025c1dfa4092c7226937b2b97fdb (patch) | |
| tree | 51484d84d8c20899aa8d217bffb8e19d85398095 | |
| parent | 65a3ccf741a1db499ccd06c79617052a489b9f9c (diff) | |
| download | emacs-f3a4b82fe053025c1dfa4092c7226937b2b97fdb.tar.gz emacs-f3a4b82fe053025c1dfa4092c7226937b2b97fdb.zip | |
(write-file-hooks): Doc fix.
| -rw-r--r-- | lisp/files.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 540fc7ad2a7..d92313eaec3 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -298,7 +298,8 @@ functions are called.") | |||
| 298 | If one of them returns non-nil, the file is considered already written | 298 | If one of them returns non-nil, the file is considered already written |
| 299 | and the rest are not called. | 299 | and the rest are not called. |
| 300 | These hooks are considered to pertain to the visited file. | 300 | These hooks are considered to pertain to the visited file. |
| 301 | So this list is cleared if you change the visited file name. | 301 | So any buffer-local binding of `write-file-hooks' is |
| 302 | discarded if you change the visited file name with \\[set-visited-file-name]. | ||
| 302 | 303 | ||
| 303 | Don't make this variable buffer-local; instead, use `local-write-file-hooks'. | 304 | Don't make this variable buffer-local; instead, use `local-write-file-hooks'. |
| 304 | See also `write-contents-hooks'.") | 305 | See also `write-contents-hooks'.") |