diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-01-20 14:37:30 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-01-20 14:37:30 +0000 |
commit | fa6661a8991db2843754b2c7bc226721a62a04f5 (patch) | |
tree | 572a4e005c7a590119458aa88832ead861f375d6 /man/flymake.texi | |
parent | 15779492bbebc15fba0851f486590c758b1eeef2 (diff) | |
download | emacs-fa6661a8991db2843754b2c7bc226721a62a04f5.tar.gz |
(Flymake mode): find-file-hook instead of ...-hooks.
Diffstat (limited to 'man/flymake.texi')
-rw-r--r-- | man/flymake.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/flymake.texi b/man/flymake.texi index 3861fe70812..4ad1d822397 100644 --- a/man/flymake.texi +++ b/man/flymake.texi @@ -155,7 +155,7 @@ file for which syntax check is possible. To do so, place the following line in @code{.emacs}: @lisp -(add-hook 'find-file-hooks 'flymake-find-file-hook) +(add-hook 'find-file-hook 'flymake-find-file-hook) @end lisp @node Running the syntax check |