]> code.delx.au - gnu-emacs/commitdiff
(write-file-hooks): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Nov 1999 17:31:26 +0000 (17:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Nov 1999 17:31:26 +0000 (17:31 +0000)
lisp/files.el

index 540fc7ad2a7137e61973f5c6db6d70ec1f2a8f22..d92313eaec3e54016814ca15599378f11e09d40d 100644 (file)
@@ -298,7 +298,8 @@ functions are called.")
 If one of them returns non-nil, the file is considered already written
 and the rest are not called.
 These hooks are considered to pertain to the visited file.
-So this list is cleared if you change the visited file name.
+So any buffer-local binding of `write-file-hooks' is
+discarded if you change the visited file name with \\[set-visited-file-name].
 
 Don't make this variable buffer-local; instead, use `local-write-file-hooks'.
 See also `write-contents-hooks'.")