Mercurial > emacs
changeset 19896:b27fcef497c1
(makefile-pickup-everything-picks-up-filenames-p): Doc fix.
(makefile-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Sep 1997 22:40:55 +0000 |
parents | bff4ed62d00a |
children | d9bb216aa23f |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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: