mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(makefile-pickup-everything-picks-up-filenames-p): Doc fix.
(makefile-mode): Doc fix.
This commit is contained in:
parent
0f6ca6cf10
commit
b20a44dc16
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue