aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-20 18:36:11 +0000
committerEli Zaretskii2006-05-20 18:36:11 +0000
commit73290fbd37d3f8d8ad28d959a15467d82fdac13f (patch)
treefeb8a2034a87c1e2c399ec712f1be71acd88ff76
parent40c50be3a61655ed6e1ddb51195e2711d23ea60a (diff)
downloademacs-73290fbd37d3f8d8ad28d959a15467d82fdac13f.tar.gz
emacs-73290fbd37d3f8d8ad28d959a15467d82fdac13f.zip
(makefile-mode): Doc fix.
-rw-r--r--lisp/progmodes/make-mode.el9
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
725If you are editing a file for a different make, try one of the 725If you are editing a file for a different make, try one of the
726variants `makefile-automake-mode', `makefile-gmake-mode', 726variants `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
729last should be correctly chosen based on the file name, except if 729chosen based on the file name, except if it is *.mk. This
730it is *.mk. This function ends by invoking the function(s) 730function ends by invoking the function(s) `makefile-mode-hook'.
731`makefile-mode-hook'.
732 731
733It is strongly recommended to use `font-lock-mode', because that 732It is strongly recommended to use `font-lock-mode', because that
734provides additional parsing information. This is used for 733provides additional parsing information. This is used for