From: Eli Zaretskii Date: Sat, 20 Jan 2007 14:37:30 +0000 (+0000) Subject: (Flymake mode): find-file-hook instead of ...-hooks. X-Git-Tag: emacs-pretest-22.0.93~77 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa6661a8991db2843754b2c7bc226721a62a04f5;p=emacs.git (Flymake mode): find-file-hook instead of ...-hooks. --- diff --git a/man/ChangeLog b/man/ChangeLog index 963691b2816..5647992b7c8 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2007-01-20 Markus Triska + + * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks. + 2007-01-13 Michael Olson * erc.texi (Modules): Mention capab-identify module. 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