From: Richard M. Stallman Date: Fri, 12 Sep 1997 22:40:55 +0000 (+0000) Subject: (makefile-pickup-everything-picks-up-filenames-p): Doc fix. X-Git-Tag: emacs-20.1~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b20a44dc16440f1591a7861e6101e6a857a0879e;p=emacs.git (makefile-pickup-everything-picks-up-filenames-p): Doc fix. (makefile-mode): Doc fix. --- diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 45e042a546b..a00b7aa7c9d 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -187,7 +187,7 @@ The default is t." (defcustom makefile-pickup-everything-picks-up-filenames-p nil "If non-nil, `makefile-pickup-everything' picks up filenames as targets. -This means it calls `makefile-find-filenames-as-targets'. +This means it calls `makefile-pickup-filenames-as-targets'. Otherwise filenames are omitted." :type 'boolean :group 'makefile) @@ -512,7 +512,7 @@ makefile-browser-auto-advance-after-selection-p: makefile-pickup-everything-picks-up-filenames-p: If this variable is set to a non-nil value then `makefile-pickup-everything' also picks up filenames as targets - (i.e. it calls `makefile-find-filenames-as-targets'), otherwise + (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise filenames are omitted. makefile-cleanup-continuations-p: