comparison man/mini.texi @ 71494:37c66dd77b79

(Minibuffer File): Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Jun 2006 13:15:25 +0000
parents c550ef173e58
children bf3a186a50a6 138ce2701550
comparison
equal deleted inserted replaced
71493:cf0c35ec7c54 71494:37c66dd77b79
86 by adding @file{..}; thus, if you type @kbd{../lisp/simple.el}, you 86 by adding @file{..}; thus, if you type @kbd{../lisp/simple.el}, you
87 will get @file{/u2/emacs/lisp/simple.el}. Alternatively, you can use 87 will get @file{/u2/emacs/lisp/simple.el}. Alternatively, you can use
88 @kbd{M-@key{DEL}} to kill the directory names you don't want 88 @kbd{M-@key{DEL}} to kill the directory names you don't want
89 (@pxref{Words}). 89 (@pxref{Words}).
90 90
91 You can kill it the entire default with @kbd{C-a C-k}, but there's 91 You can kill the entire default with @kbd{C-a C-k}, but there's no
92 no need. You can simply ignore it and give an absolute file name 92 need to do that. It's easier to ignore the default, and enter an
93 starting with a slash or a tilde after the default directory. For 93 absolute file name starting with a slash or a tilde after the default
94 example, to specify @file{/etc/termcap}, just type that name: 94 directory. For example, to specify @file{/etc/termcap}, just type
95 that name:
95 96
96 @example 97 @example
97 Find File: /u2/emacs/src//etc/termcap 98 Find File: /u2/emacs/src//etc/termcap
98 @end example 99 @end example
99 100