aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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