# HG changeset patch # User Eli Zaretskii # Date 1169303828 0 # Node ID 9dd8adc04d5e9962099adf89a429d78f3abf0b8a # Parent c5e686c22f7250040bed65c25a88ee39b2ef8249 (Flymake mode): find-file-hook instead of ...-hooks. diff -r c5e686c22f72 -r 9dd8adc04d5e man/flymake.texi --- a/man/flymake.texi Sat Jan 20 08:08:33 2007 +0000 +++ b/man/flymake.texi Sat Jan 20 14:37:08 2007 +0000 @@ -155,7 +155,7 @@ 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