diff options
author | Chong Yidong <cyd@gnu.org> | 2012-04-14 16:25:06 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-04-14 16:25:06 +0800 |
commit | 0be641c057c90f9d75b41c0a34f4bf8b7de81f27 (patch) | |
tree | 5cf3b07890cfe46c9ed2315ab3dcd020e8aa9ba1 /doc/emacs/files.texi | |
parent | 6a00f3808a812b5f89e1a766cc42f5ad74f20f67 (diff) | |
download | emacs-0be641c057c90f9d75b41c0a34f4bf8b7de81f27.tar.gz |
* doc/emacs/glossary.texi (Glossary): Standardize on "text terminal" terminology.
All callers changed.
Diffstat (limited to 'doc/emacs/files.texi')
-rw-r--r-- | doc/emacs/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index d85e7756816..10ba9ed1fa6 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1853,7 +1853,7 @@ When typing a file name in the minibuffer, @kbd{C-@key{tab}} (@code{file-cache-minibuffer-complete}) completes it using the file name cache. If you repeat @kbd{C-@key{tab}}, that cycles through the possible completions of what you had originally typed. (However, note -that the @kbd{C-@key{tab}} character cannot be typed on most text-only +that the @kbd{C-@key{tab}} character cannot be typed on most text terminals.) The file name cache does not fill up automatically. Instead, you |