diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-05-20 18:36:11 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-05-20 18:36:11 +0000 |
commit | 73290fbd37d3f8d8ad28d959a15467d82fdac13f (patch) | |
tree | feb8a2034a87c1e2c399ec712f1be71acd88ff76 /lisp/progmodes/make-mode.el | |
parent | 40c50be3a61655ed6e1ddb51195e2711d23ea60a (diff) | |
download | emacs-73290fbd37d3f8d8ad28d959a15467d82fdac13f.tar.gz |
(makefile-mode): Doc fix.
Diffstat (limited to 'lisp/progmodes/make-mode.el')
-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: If you are editing a file for a different make, try one of the variants `makefile-automake-mode', `makefile-gmake-mode', -`makefile-makepp-mode', `makefile-bsdmake-mode' or, -`makefile-imake-mode'All but the -last should be correctly chosen based on the file name, except if -it is *.mk. This function ends by invoking the function(s) -`makefile-mode-hook'. +`makefile-makepp-mode', `makefile-bsdmake-mode' or, +`makefile-imake-mode'. All but the last should be correctly +chosen based on the file name, except if it is *.mk. This +function ends by invoking the function(s) `makefile-mode-hook'. It is strongly recommended to use `font-lock-mode', because that provides additional parsing information. This is used for |