diff options
| author | Juanma Barranquero | 2011-11-16 18:47:25 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-16 18:47:25 +0100 |
| commit | 7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1 (patch) | |
| tree | 334fa246f6537c6fbdb73be78c873416b2b9bf44 /doc/man | |
| parent | 10649b828d6b2c7bfc41dde3386c980bcd48c0b3 (diff) | |
| download | emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.tar.gz emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.zip | |
Fix typos.
Diffstat (limited to 'doc/man')
| -rw-r--r-- | doc/man/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/etags.1 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index b53b81e52f2..758cdde1dea 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * etags.1: Fix typo. | ||
| 4 | |||
| 1 | 2011-10-06 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-10-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * emacsclient.1: Document how -a "" starts the daemon. | 7 | * emacsclient.1: Document how -a "" starts the daemon. |
diff --git a/doc/man/etags.1 b/doc/man/etags.1 index f6b46add215..f7ffa112f3c 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 | |||
| @@ -49,7 +49,7 @@ format understood by | |||
| 49 | \&. Both forms of the program understand | 49 | \&. Both forms of the program understand |
| 50 | the syntax of C, Objective C, C++, Java, Fortran, Ada, Cobol, Erlang, | 50 | the syntax of C, Objective C, C++, Java, Fortran, Ada, Cobol, Erlang, |
| 51 | Forth, HTML, LaTeX, Emacs Lisp/Common Lisp, Lua, Makefile, Pascal, Perl, | 51 | Forth, HTML, LaTeX, Emacs Lisp/Common Lisp, Lua, Makefile, Pascal, Perl, |
| 52 | PHP, Postscript, Python, Prolog, Scheme and | 52 | PHP, PostScript, Python, Prolog, Scheme and |
| 53 | most assembler\-like syntaxes. | 53 | most assembler\-like syntaxes. |
| 54 | Both forms read the files specified on the command line, and write a tag | 54 | Both forms read the files specified on the command line, and write a tag |
| 55 | table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for | 55 | table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for |