diff options
| author | Eli Zaretskii | 2006-05-20 18:36:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-20 18:36:11 +0000 |
| commit | 73290fbd37d3f8d8ad28d959a15467d82fdac13f (patch) | |
| tree | feb8a2034a87c1e2c399ec712f1be71acd88ff76 | |
| parent | 40c50be3a61655ed6e1ddb51195e2711d23ea60a (diff) | |
| download | emacs-73290fbd37d3f8d8ad28d959a15467d82fdac13f.tar.gz emacs-73290fbd37d3f8d8ad28d959a15467d82fdac13f.zip | |
(makefile-mode): Doc fix.
| -rw-r--r-- | lisp/progmodes/make-mode.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 3bbfeaac683..32d245f67f2 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -724,11 +724,10 @@ The function must satisfy this calling convention: | |||
| 724 | 724 | ||
| 725 | If you are editing a file for a different make, try one of the | 725 | If you are editing a file for a different make, try one of the |
| 726 | variants `makefile-automake-mode', `makefile-gmake-mode', | 726 | variants `makefile-automake-mode', `makefile-gmake-mode', |
| 727 | `makefile-makepp-mode', `makefile-bsdmake-mode' or, | 727 | `makefile-makepp-mode', `makefile-bsdmake-mode' or, |
| 728 | `makefile-imake-mode'All but the | 728 | `makefile-imake-mode'. All but the last should be correctly |
| 729 | last should be correctly chosen based on the file name, except if | 729 | chosen based on the file name, except if it is *.mk. This |
| 730 | it is *.mk. This function ends by invoking the function(s) | 730 | function ends by invoking the function(s) `makefile-mode-hook'. |
| 731 | `makefile-mode-hook'. | ||
| 732 | 731 | ||
| 733 | It is strongly recommended to use `font-lock-mode', because that | 732 | It is strongly recommended to use `font-lock-mode', because that |
| 734 | provides additional parsing information. This is used for | 733 | provides additional parsing information. This is used for |