diff options
| author | Francesco Potortì | 2002-03-13 06:57:20 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-03-13 06:57:20 +0000 |
| commit | 0eaa5fccca666a801d0df9b99cc68879fc4a914d (patch) | |
| tree | f7aa8197a79fea3c6e0a06933b6ab836d23992d7 | |
| parent | ed233dd8cbcd396c1452582f19906c087427895f (diff) | |
| download | emacs-0eaa5fccca666a801d0df9b99cc68879fc4a914d.tar.gz emacs-0eaa5fccca666a801d0df9b99cc68879fc4a914d.zip | |
Use Cweb as an example, not Yacc.
| -rw-r--r-- | etc/etags.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etags.1 b/etc/etags.1 index cba6f830232..676cd868a14 100644 --- a/etc/etags.1 +++ b/etc/etags.1 | |||
| @@ -59,9 +59,9 @@ table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for | |||
| 59 | Files specified with relative file names will be recorded in the tag | 59 | Files specified with relative file names will be recorded in the tag |
| 60 | table with file names relative to the directory where the tag table | 60 | table with file names relative to the directory where the tag table |
| 61 | resides. Files specified with absolute file names will be recorded | 61 | resides. Files specified with absolute file names will be recorded |
| 62 | with absolute file names. Files generated from a source file\-\-like a C | 62 | with absolute file names. Files generated from a source file\-\-like |
| 63 | file created by a source Yacc file\-\-will be recorded with the name of the | 63 | a C file generated from a source Cweb file\-\-will be recorded with |
| 64 | source file. | 64 | the name of the source file. |
| 65 | The programs recognize the language used in an input file based on its | 65 | The programs recognize the language used in an input file based on its |
| 66 | file name and contents. The \fB\-\-language\fP switch can be used to force | 66 | file name and contents. The \fB\-\-language\fP switch can be used to force |
| 67 | parsing of the file names following the switch according to the given | 67 | parsing of the file names following the switch according to the given |