diff options
| author | Karl Heuer <kwzh@gnu.org> | 1996-11-17 19:41:48 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1996-11-17 19:41:48 +0000 |
| commit | 659ebcc6fb2807169fde9d0db882f04641f500ee (patch) | |
| tree | 043e1468f72b0ce01c68d46287decbed4260bd07 /lisp/files.el | |
| parent | 3d0ced7a14d9316a2cd851edefb318bb9dbca669 (diff) | |
| download | emacs-659ebcc6fb2807169fde9d0db882f04641f500ee.tar.gz | |
(write-contents-hooks): Doc fix.
Diffstat (limited to 'lisp/files.el')
| -rw-r--r-- | lisp/files.el | 2 |
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'.") |
