]> git.eshelyaron.com Git - emacs.git/commitdiff
Document --parse-stdin=FILE for Etags.
authorFrancesco Potortì <pot@gnu.org>
Thu, 6 Jun 2002 12:57:03 +0000 (12:57 +0000)
committerFrancesco Potortì <pot@gnu.org>
Thu, 6 Jun 2002 12:57:03 +0000 (12:57 +0000)
etc/NEWS

index 33b42d4994ad8e2b26276158cf09376897a1aaff..a3c94459e8e3922eaf21568d4498cd490479c9c7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -583,6 +583,12 @@ specified in those directives.  This is useful when dealing with code
 created from Cweb source files.  When Etags tags the generated file, it
 writes tags pointing to the source file.
 
+*** New option --parse-stdin=FILE
+This is mostly useful for automatic call of etags from programs.  The
+option may be given (only once) in place of a file name.  Etags will
+read from standard input and produce tags marking them as belonging to
+the file FILE.
+
 +++
 ** The command line option --no-windows has been changed to
 --no-window-system.  The old one still works, but is deprecated.