diff options
| author | Pavel Janík | 2001-07-16 13:16:47 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-07-16 13:16:47 +0000 |
| commit | 3ddfb687f9201df39f58c8de08bc72bfda547342 (patch) | |
| tree | 49baced1d0b547305415454a4dbf8bd388526eac | |
| parent | c3d6be34f611abd7ecf37be37760a8b0846315be (diff) | |
| download | emacs-3ddfb687f9201df39f58c8de08bc72bfda547342.tar.gz emacs-3ddfb687f9201df39f58c8de08bc72bfda547342.zip | |
Fix typo.
| -rw-r--r-- | man/ebrowse.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ebrowse.texi b/man/ebrowse.texi index b6dae021766..230c3705409 100644 --- a/man/ebrowse.texi +++ b/man/ebrowse.texi | |||
| @@ -317,7 +317,7 @@ where @var{NAME} is the Lisp data base name you are using. | |||
| 317 | @item --append | 317 | @item --append |
| 318 | By default, each run of @command{ebrowse} erases the old contents of the | 318 | By default, each run of @command{ebrowse} erases the old contents of the |
| 319 | output file when writing to it. You can instruct @command{ebrowse} to | 319 | output file when writing to it. You can instruct @command{ebrowse} to |
| 320 | append its output to an existing file produced by @command[ebrowse} | 320 | append its output to an existing file produced by @command{ebrowse} |
| 321 | with this command line option. | 321 | with this command line option. |
| 322 | @end table | 322 | @end table |
| 323 | 323 | ||