# HG changeset patch # User Karl Heuer # Date 848259708 0 # Node ID 4176f951b3420848d41bf29edd411f7280286f45 # Parent 457c1485d4dcef619a2b7537e1270d2e4839b874 (write-contents-hooks): Doc fix. diff -r 457c1485d4dc -r 4176f951b342 lisp/files.el --- a/lisp/files.el Sun Nov 17 19:40:38 1996 +0000 +++ b/lisp/files.el Sun Nov 17 19:41:48 1996 +0000 @@ -228,7 +228,7 @@ major mode does clear it. This variable automatically becomes buffer-local whenever it is set. -If you use `add-hooks' to add elements to the list, use nil for the +If you use `add-hook' to add elements to the list, use nil for the LOCAL argument. See also `write-file-hooks'.")