# HG changeset patch # User Richard M. Stallman # Date 874104055 0 # Node ID b27fcef497c17be56430c046abfa659e5f54a896 # Parent bff4ed62d00aef66338dc6004b15a35d89bbe29b (makefile-pickup-everything-picks-up-filenames-p): Doc fix. (makefile-mode): Doc fix. diff -r bff4ed62d00a -r b27fcef497c1 lisp/progmodes/make-mode.el --- a/lisp/progmodes/make-mode.el Fri Sep 12 22:34:30 1997 +0000 +++ b/lisp/progmodes/make-mode.el Fri Sep 12 22:40:55 1997 +0000 @@ -187,7 +187,7 @@ (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-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: