1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(makefile-pickup-everything-picks-up-filenames-p): Doc fix.

(makefile-mode): Doc fix.
This commit is contained in:
Richard M. Stallman 1997-09-12 22:40:55 +00:00
parent 0f6ca6cf10
commit b20a44dc16

View File

@ -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: