diff options
Diffstat (limited to 'man/flymake.texi')
-rw-r--r-- | man/flymake.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/flymake.texi b/man/flymake.texi index 3861fe70812..4d6b8303f4a 100644 --- a/man/flymake.texi +++ b/man/flymake.texi @@ -11,7 +11,7 @@ This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}), which is a universal on-the-fly syntax checker for GNU Emacs. -Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -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 |