summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-11-17 19:41:48 +0000
committerKarl Heuer <kwzh@gnu.org>1996-11-17 19:41:48 +0000
commit6ed85bd5c97212fd560c1fb6704721d4a483d9a5 (patch)
tree279ca9e729c7b031ac46ebe3ee5fd86bdbf671bd
parentb3e4329b5af7d5096efd883675443364d86c6da4 (diff)
downloademacs-6ed85bd5c97212fd560c1fb6704721d4a483d9a5.tar.gz
(write-contents-hooks): Doc fix.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 21063197298..2b243780623 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -228,7 +228,7 @@ buffer's contents, not to the particular visited file; thus,
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'.")