diff options
| -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, | |||
| 228 | major mode does clear it. | 228 | major mode does clear it. |
| 229 | 229 | ||
| 230 | This variable automatically becomes buffer-local whenever it is set. | 230 | This variable automatically becomes buffer-local whenever it is set. |
| 231 | If you use `add-hooks' to add elements to the list, use nil for the | 231 | If you use `add-hook' to add elements to the list, use nil for the |
| 232 | LOCAL argument. | 232 | LOCAL argument. |
| 233 | 233 | ||
| 234 | See also `write-file-hooks'.") | 234 | See also `write-file-hooks'.") |