Mercurial > emacs
changeset 16586:4176f951b342
(write-contents-hooks): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 17 Nov 1996 19:41:48 +0000 |
parents | 457c1485d4dc |
children | 13cda507257c |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'.")