]> git.eshelyaron.com Git - emacs.git/commitdiff
(write-contents-hooks): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sun, 17 Nov 1996 19:41:48 +0000 (19:41 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 17 Nov 1996 19:41:48 +0000 (19:41 +0000)
lisp/files.el

index 210631972985bfd2d5b99280fcabee173800a892..2b24378062319a061c34f079e70dd694c6d501ea 100644 (file)
@@ -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'.")