diff options
| author | Francesco Potortì | 2001-01-15 08:59:15 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-01-15 08:59:15 +0000 |
| commit | 6bfeebef39b9aa8f18ed72253e6976d443e1c592 (patch) | |
| tree | 5fd91e6a51b37a502de98351fe7e99ab568622c4 | |
| parent | 83be933cf9cececfe8161baee3f3983fb5f70ee6 (diff) | |
| download | emacs-6bfeebef39b9aa8f18ed72253e6976d443e1c592.tar.gz emacs-6bfeebef39b9aa8f18ed72253e6976d443e1c592.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/etags.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/etags.1 b/lib-src/etags.1 index ab9a48e5524..44dadad6d1a 100644 --- a/lib-src/etags.1 +++ b/lib-src/etags.1 | |||
| @@ -48,10 +48,10 @@ understood by | |||
| 48 | \&; the `\|\fBctags\fP\|' program is used to create a similar table in a | 48 | \&; the `\|\fBctags\fP\|' program is used to create a similar table in a |
| 49 | format understood by | 49 | format understood by |
| 50 | .BR vi ( 1 )\c | 50 | .BR vi ( 1 )\c |
| 51 | \&. Both forms of the program understand | 51 | \&. Both forms of the program understand the syntax of C, Objective C, |
| 52 | the syntax of C, Objective C, C++, Java, Fortran, Pascal, Cobol, Ada, Perl, | 52 | C++, Java, Fortran, Ada, Cobol, Erlang, LaTeX, Emacs Lisp/Common Lisp, |
| 53 | LaTeX, Scheme, Emacs Lisp/Common Lisp, Postscript, Erlang, Python, Prolog and | 53 | makefiles, Pascal, Perl, Postscript, Python, Prolog, Scheme and most |
| 54 | most assembler\-like syntaxes. | 54 | assembler\-like syntaxes. |
| 55 | Both forms read the files specified on the command line, and write a tag | 55 | Both forms read the files specified on the command line, and write a tag |
| 56 | table (defaults: `\|TAGS\|' for \fBetags\fP, `\|tags\|' for | 56 | table (defaults: `\|TAGS\|' for \fBetags\fP, `\|tags\|' for |
| 57 | \fBctags\fP) in the current working directory. | 57 | \fBctags\fP) in the current working directory. |