[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/files.texi
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/man/files.texi |
Date: |
Tue, 28 Mar 2006 12:04:00 +0000 |
Index: emacs/man/files.texi
diff -u emacs/man/files.texi:1.136 emacs/man/files.texi:1.137
--- emacs/man/files.texi:1.136 Tue Mar 21 10:46:32 2006
+++ emacs/man/files.texi Tue Mar 28 12:04:00 2006
@@ -3417,9 +3417,9 @@
When typing a file name in the minibuffer, @address@hidden
(@code{file-cache-minibuffer-complete}) completes it using the file
name cache. If you repeat @address@hidden, that cycles through the
-possible completions of what you had originally typed. Note that the
address@hidden@key{tab}} character cannot be typed on most text-only
-terminals.
+possible completions of what you had originally typed. (However, note
+that the @address@hidden character cannot be typed on most text-only
+terminals.)
The file name cache does not fill up automatically. Instead, you
load file names into the cache using these commands:
@@ -3444,6 +3444,10 @@
Clear the cache; that is, remove all file names from it.
@end table
+ The file name cache is not persistent: it is kept and maintained
+only for the duration of the Emacs session. You can view the contents
+of the cache with the @code{file-cache-display} command.
+
@node File Conveniences
@section Convenience Features for Finding Files