aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-03-28 12:04:20 +0000
committerEli Zaretskii2006-03-28 12:04:20 +0000
commiteba54dd43a129d3cf735b5daa9e809fe3db056fc (patch)
tree472666ade649132bd0636a2c26c93c5d78540325
parent605046efefcee779c3d98eee70e1a62573a468df (diff)
downloademacs-eba54dd43a129d3cf735b5daa9e809fe3db056fc.tar.gz
emacs-eba54dd43a129d3cf735b5daa9e809fe3db056fc.zip
(File Name Cache): Make it clear that the cache is not persistent.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/files.texi10
2 files changed, 12 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index f225833af07..fe8ffcc7ce0 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12006-03-28 Eli Zaretskii <eliz@gnu.org>
2
3 * files.texi (File Name Cache): Make it clear that the cache is
4 not persistent.
5
12006-03-27 Reiner Steib <Reiner.Steib@gmx.de> 62006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
2 7
3 * gnus-faq.texi: Use .invalid. 8 * gnus-faq.texi: Use .invalid.
diff --git a/man/files.texi b/man/files.texi
index fa65ef32068..8ed89ac75e1 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -3417,9 +3417,9 @@ file by name, without having to remember exactly where it is located.
3417When typing a file name in the minibuffer, @kbd{C-@key{tab}} 3417When typing a file name in the minibuffer, @kbd{C-@key{tab}}
3418(@code{file-cache-minibuffer-complete}) completes it using the file 3418(@code{file-cache-minibuffer-complete}) completes it using the file
3419name cache. If you repeat @kbd{C-@key{tab}}, that cycles through the 3419name cache. If you repeat @kbd{C-@key{tab}}, that cycles through the
3420possible completions of what you had originally typed. Note that the 3420possible completions of what you had originally typed. (However, note
3421@kbd{C-@key{tab}} character cannot be typed on most text-only 3421that the @kbd{C-@key{tab}} character cannot be typed on most text-only
3422terminals. 3422terminals.)
3423 3423
3424 The file name cache does not fill up automatically. Instead, you 3424 The file name cache does not fill up automatically. Instead, you
3425load file names into the cache using these commands: 3425load file names into the cache using these commands:
@@ -3444,6 +3444,10 @@ of directory names.
3444Clear the cache; that is, remove all file names from it. 3444Clear the cache; that is, remove all file names from it.
3445@end table 3445@end table
3446 3446
3447 The file name cache is not persistent: it is kept and maintained
3448only for the duration of the Emacs session. You can view the contents
3449of the cache with the @code{file-cache-display} command.
3450
3447@node File Conveniences 3451@node File Conveniences
3448@section Convenience Features for Finding Files 3452@section Convenience Features for Finding Files
3449 3453