diff options
| author | Richard M. Stallman | 2005-11-18 17:04:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-11-18 17:04:22 +0000 |
| commit | cf6ac72b4bffdd1199aa14c1f7ccfcc301694cb9 (patch) | |
| tree | d7b5a5482b45e786d306909b4fffe66051fa83c1 | |
| parent | 12f1edc8231e119616a4d649db26672c74466c30 (diff) | |
| download | emacs-cf6ac72b4bffdd1199aa14c1f7ccfcc301694cb9.tar.gz emacs-cf6ac72b4bffdd1199aa14c1f7ccfcc301694cb9.zip | |
(Minibuffer File): Clarify previous change. Add @findex.
| -rw-r--r-- | man/mini.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/mini.texi b/man/mini.texi index 20295e86071..5264a13bd9a 100644 --- a/man/mini.texi +++ b/man/mini.texi | |||
| @@ -105,12 +105,13 @@ Find File: /u2/emacs/src//etc/termcap | |||
| 105 | @cindex // in file name | 105 | @cindex // in file name |
| 106 | @cindex double slash in file name | 106 | @cindex double slash in file name |
| 107 | @cindex slashes repeated in file name | 107 | @cindex slashes repeated in file name |
| 108 | @findex file-name-shadow-mode | ||
| 108 | GNU Emacs gives a special meaning to a double slash (which is not | 109 | GNU Emacs gives a special meaning to a double slash (which is not |
| 109 | normally a useful thing to write): it means, ``ignore everything before | 110 | normally a useful thing to write): it means, ``ignore everything |
| 110 | the second slash in the pair.'' Thus, @samp{/u2/emacs/src/} is ignored | 111 | before the second slash in the pair.'' Thus, @samp{/u2/emacs/src/} is |
| 111 | in the example above, and you get the file @file{/etc/termcap}. | 112 | ignored in the example above, and you get the file |
| 112 | By default the ignored part of the file name is made dim if the | 113 | @file{/etc/termcap}. The ignored part of the file name is dimmed if |
| 113 | terminal allows it. This is affected by the | 114 | the terminal allows it; to disable this, turn off |
| 114 | @code{file-name-shadow-mode} minor mode. | 115 | @code{file-name-shadow-mode} minor mode. |
| 115 | 116 | ||
| 116 | If you set @code{insert-default-directory} to @code{nil}, the default | 117 | If you set @code{insert-default-directory} to @code{nil}, the default |