changeset 75299:9dd8adc04d5e

(Flymake mode): find-file-hook instead of ...-hooks.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 20 Jan 2007 14:37:08 +0000
parents c5e686c22f72
children bce9ab595ab8
files man/flymake.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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