# HG changeset patch # User Eli Zaretskii # Date 1148150171 0 # Node ID 1921a3870365f6fc448fa8bb20943048e0e2ee4a # Parent eac5a8dcaf4e1ec61986e9d8505974bad973f2c3 (makefile-mode): Doc fix. diff -r eac5a8dcaf4e -r 1921a3870365 lisp/progmodes/make-mode.el --- a/lisp/progmodes/make-mode.el Sat May 20 18:19:36 2006 +0000 +++ b/lisp/progmodes/make-mode.el Sat May 20 18:36:11 2006 +0000 @@ -724,11 +724,10 @@ 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