aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-03 15:21:07 +0000
committerRichard M. Stallman2002-04-03 15:21:07 +0000
commit8bd800dbd965a12d7ced4eb3172871f1f38b156e (patch)
treee1324a3b0479dfca3a838a4986c89b74ff708309
parentb50fe468c82a54cfd12c24036a8ad7572381001b (diff)
downloademacs-8bd800dbd965a12d7ced4eb3172871f1f38b156e.tar.gz
emacs-8bd800dbd965a12d7ced4eb3172871f1f38b156e.zip
Minor change for TeX filling improvement.
-rw-r--r--man/mini.texi6
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
85where @samp{Find File:@: } is the prompt. Typing @kbd{buffer.c} 85where @samp{Find File:@: } is the prompt. Typing @kbd{buffer.c} as
86specifies the file @file{/u2/emacs/src/buffer.c}. To find files in 86input specifies the file @file{/u2/emacs/src/buffer.c}. To find files
87nearby directories, use @kbd{..}; thus, if you type 87in 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}).