diff options
| author | Francesco Potortì | 2007-11-15 15:08:38 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2007-11-15 15:08:38 +0000 |
| commit | 0b7f2f3fb9acf17cbeac47e9b3200789cc5a4a57 (patch) | |
| tree | fc41280af70841ce5832212d14bd941128247490 | |
| parent | 4fe655083a551c9ff65ed2558b971956e88fd0ab (diff) | |
| download | emacs-0b7f2f3fb9acf17cbeac47e9b3200789cc5a4a57.tar.gz emacs-0b7f2f3fb9acf17cbeac47e9b3200789cc5a4a57.zip | |
Note that you can use "-" with --output=file in Etags.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 73f1bb9e2fd..9b7af92255c 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-11-15 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * maintaining.texi (TEXTAGS): note that you can use "-" for stdout with | ||
| 4 | --output=file. | ||
| 5 | |||
| 1 | 2007-11-13 Martin Rudalics <rudalics@gmx.at> | 6 | 2007-11-13 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * help.texi (Help Summary, Apropos, Misc Help): Fix typos. | 8 | * help.texi (Help Summary, Apropos, Misc Help): Fix typos. |
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 988d5890b8c..24337cb6f9e 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -367,7 +367,10 @@ etags @var{inputfiles}@dots{} | |||
| 367 | 367 | ||
| 368 | @noindent | 368 | @noindent |
| 369 | The @code{etags} program reads the specified files, and writes a tags | 369 | The @code{etags} program reads the specified files, and writes a tags |
| 370 | table named @file{TAGS} in the current working directory. | 370 | table named @file{TAGS} in the current working directory. You can |
| 371 | optionally specify a different file name for the tags table by using the | ||
| 372 | @samp{--output=@var{file}} option; specifying @file{-} as a file name | ||
| 373 | prints the tags table to standard output. | ||
| 371 | 374 | ||
| 372 | If the specified files don't exist, @code{etags} looks for | 375 | If the specified files don't exist, @code{etags} looks for |
| 373 | compressed versions of them and uncompresses them to read them. Under | 376 | compressed versions of them and uncompresses them to read them. Under |
| @@ -406,7 +409,8 @@ well as the files it directly contains. | |||
| 406 | directory where the tags file was initially written. This way, you can | 409 | directory where the tags file was initially written. This way, you can |
| 407 | move an entire directory tree containing both the tags file and the | 410 | move an entire directory tree containing both the tags file and the |
| 408 | source files, and the tags file will still refer correctly to the source | 411 | source files, and the tags file will still refer correctly to the source |
| 409 | files. If the tags file is in @file{/dev}, however, the file names are | 412 | files. If the tags file is @file{-} or is in the @file{/dev} directory, |
| 413 | however, the file names are | ||
| 410 | made relative to the current working directory. This is useful, for | 414 | made relative to the current working directory. This is useful, for |
| 411 | example, when writing the tags to @file{/dev/stdout}. | 415 | example, when writing the tags to @file{/dev/stdout}. |
| 412 | 416 | ||