flymake.texi fix for flymake-buildfile-dirs (bug#13148)
authorGlenn Morris <rgm@gnu.org>
Wed, 12 Dec 2012 18:37:52 +0000 (13:37 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 12 Dec 2012 18:37:52 +0000 (13:37 -0500)
* doc/misc/flymake.texi (Customizable variables, Locating the buildfile):
Remove refs to flymake-buildfile-dirs, removed 2007-07-20.

doc/misc/ChangeLog
doc/misc/flymake.texi

index 7bbb038..22e0e9d 100644 (file)
@@ -1,5 +1,8 @@
 2012-12-12  Glenn Morris  <rgm@gnu.org>
 
+       * flymake.texi (Customizable variables, Locating the buildfile):
+       Remove refs to flymake-buildfile-dirs, removed 2007-07-20.  (Bug#13148)
+
        * srecode.texi: Small edits.  Set copyright to FSF, add explicit
        GFDL 1.3+ license, fix up index.
        * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
index 98279c8..e82bfdf 100644 (file)
@@ -291,9 +291,11 @@ A list of @code{(filename-regexp, init-function, cleanup-function
 getfname-function)} for configuring syntax check tools. @xref{Adding
 support for a new syntax check tool}.
 
+@ignore
 @item flymake-buildfile-dirs
 A list of directories (relative paths) for searching a
 buildfile. @xref{Locating the buildfile}.
+@end ignore
 
 @item flymake-master-file-dirs
 A list of directories for searching a master file. @xref{Locating a
@@ -675,10 +677,13 @@ buildfile to reference the 'project configuration' file.
 
 Special function, @code{flymake-find-buildfile} is provided for locating buildfiles.
 Searching for a buildfile is done in a manner similar to that of searching
-for possible master files. A customizable variable
+for possible master files.
+@ignore
+A customizable variable
 @code{flymake-buildfile-dirs} holds a list of relative paths to the
-buildfile. They are checked sequentially until a buildfile is found. In case
-there's no build file, syntax check is aborted.
+buildfile. They are checked sequentially until a buildfile is found.
+@end ignore
+In case there's no build file, syntax check is aborted.
 
 Buildfile values are also cached.