diff options
| author | Richard M. Stallman | 2002-04-03 15:21:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-03 15:21:07 +0000 |
| commit | 8bd800dbd965a12d7ced4eb3172871f1f38b156e (patch) | |
| tree | e1324a3b0479dfca3a838a4986c89b74ff708309 | |
| parent | b50fe468c82a54cfd12c24036a8ad7572381001b (diff) | |
| download | emacs-8bd800dbd965a12d7ced4eb3172871f1f38b156e.tar.gz emacs-8bd800dbd965a12d7ced4eb3172871f1f38b156e.zip | |
Minor change for TeX filling improvement.
| -rw-r--r-- | man/mini.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/mini.texi b/man/mini.texi index 556a8f73288..86793e3ec38 100644 --- a/man/mini.texi +++ b/man/mini.texi | |||
| @@ -82,9 +82,9 @@ Find File: /u2/emacs/src/ | |||
| 82 | @end example | 82 | @end example |
| 83 | 83 | ||
| 84 | @noindent | 84 | @noindent |
| 85 | where @samp{Find File:@: } is the prompt. Typing @kbd{buffer.c} | 85 | where @samp{Find File:@: } is the prompt. Typing @kbd{buffer.c} as |
| 86 | specifies the file @file{/u2/emacs/src/buffer.c}. To find files in | 86 | input specifies the file @file{/u2/emacs/src/buffer.c}. To find files |
| 87 | nearby directories, use @kbd{..}; thus, if you type | 87 | in nearby directories, use @kbd{..}; thus, if you type |
| 88 | @kbd{../lisp/simple.el}, you will get the file named | 88 | @kbd{../lisp/simple.el}, you will get the file named |
| 89 | @file{/u2/emacs/lisp/simple.el}. Alternatively, you can kill with | 89 | @file{/u2/emacs/lisp/simple.el}. Alternatively, you can kill with |
| 90 | @kbd{M-@key{DEL}} the directory names you don't want (@pxref{Words}). | 90 | @kbd{M-@key{DEL}} the directory names you don't want (@pxref{Words}). |