diff options
| author | Eli Zaretskii | 2007-01-20 14:37:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-01-20 14:37:30 +0000 |
| commit | fa6661a8991db2843754b2c7bc226721a62a04f5 (patch) | |
| tree | 572a4e005c7a590119458aa88832ead861f375d6 | |
| parent | 15779492bbebc15fba0851f486590c758b1eeef2 (diff) | |
| download | emacs-fa6661a8991db2843754b2c7bc226721a62a04f5.tar.gz emacs-fa6661a8991db2843754b2c7bc226721a62a04f5.zip | |
(Flymake mode): find-file-hook instead of ...-hooks.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/flymake.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 963691b2816..5647992b7c8 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-01-20 Markus Triska <markus.triska@gmx.at> | ||
| 2 | |||
| 3 | * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks. | ||
| 4 | |||
| 1 | 2007-01-13 Michael Olson <mwolson@gnu.org> | 5 | 2007-01-13 Michael Olson <mwolson@gnu.org> |
| 2 | 6 | ||
| 3 | * erc.texi (Modules): Mention capab-identify module. | 7 | * 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 | |||
| 155 | line in @code{.emacs}: | 155 | line in @code{.emacs}: |
| 156 | 156 | ||
| 157 | @lisp | 157 | @lisp |
| 158 | (add-hook 'find-file-hooks 'flymake-find-file-hook) | 158 | (add-hook 'find-file-hook 'flymake-find-file-hook) |
| 159 | @end lisp | 159 | @end lisp |
| 160 | 160 | ||
| 161 | @node Running the syntax check | 161 | @node Running the syntax check |