From: Eli Zaretskii Date: Sat, 20 May 2006 18:36:11 +0000 (+0000) Subject: (makefile-mode): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~2457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73290fbd37d3f8d8ad28d959a15467d82fdac13f;p=emacs.git (makefile-mode): Doc fix. --- 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