diff options
| author | Eli Zaretskii | 2006-03-28 12:04:20 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-03-28 12:04:20 +0000 |
| commit | eba54dd43a129d3cf735b5daa9e809fe3db056fc (patch) | |
| tree | 472666ade649132bd0636a2c26c93c5d78540325 | |
| parent | 605046efefcee779c3d98eee70e1a62573a468df (diff) | |
| download | emacs-eba54dd43a129d3cf735b5daa9e809fe3db056fc.tar.gz emacs-eba54dd43a129d3cf735b5daa9e809fe3db056fc.zip | |
(File Name Cache): Make it clear that the cache is not persistent.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/files.texi | 10 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de> | 6 | 2006-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. | |||
| 3417 | When typing a file name in the minibuffer, @kbd{C-@key{tab}} | 3417 | When 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 |
| 3419 | name cache. If you repeat @kbd{C-@key{tab}}, that cycles through the | 3419 | name cache. If you repeat @kbd{C-@key{tab}}, that cycles through the |
| 3420 | possible completions of what you had originally typed. Note that the | 3420 | possible completions of what you had originally typed. (However, note |
| 3421 | @kbd{C-@key{tab}} character cannot be typed on most text-only | 3421 | that the @kbd{C-@key{tab}} character cannot be typed on most text-only |
| 3422 | terminals. | 3422 | terminals.) |
| 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 |
| 3425 | load file names into the cache using these commands: | 3425 | load file names into the cache using these commands: |
| @@ -3444,6 +3444,10 @@ of directory names. | |||
| 3444 | Clear the cache; that is, remove all file names from it. | 3444 | Clear 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 | ||
| 3448 | only for the duration of the Emacs session. You can view the contents | ||
| 3449 | of 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 | ||