summaryrefslogtreecommitdiff
path: root/man/flymake.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-01-20 14:37:30 +0000
committerEli Zaretskii <eliz@gnu.org>2007-01-20 14:37:30 +0000
commitfa6661a8991db2843754b2c7bc226721a62a04f5 (patch)
tree572a4e005c7a590119458aa88832ead861f375d6 /man/flymake.texi
parent15779492bbebc15fba0851f486590c758b1eeef2 (diff)
downloademacs-fa6661a8991db2843754b2c7bc226721a62a04f5.tar.gz
(Flymake mode): find-file-hook instead of ...-hooks.
Diffstat (limited to 'man/flymake.texi')
-rw-r--r--man/flymake.texi2
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