Mercurial > emacs
changeset 67445:5615161c1a95
(Minibuffer Maps): Mention the maps for file name completion.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 10 Dec 2005 00:46:09 +0000 |
parents | d84323347611 |
children | 0d03cdfa9108 |
files | man/custom.texi |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/custom.texi Sat Dec 10 00:43:59 2005 +0000 +++ b/man/custom.texi Sat Dec 10 00:46:09 2005 +0000 @@ -1406,6 +1406,8 @@ @vindex minibuffer-local-ns-map @vindex minibuffer-local-completion-map @vindex minibuffer-local-must-match-map +@vindex minibuffer-local-filename-completion-map +@vindex minibuffer-local-must-match-filename-map The minibuffer has its own set of local keymaps; they contain various completion and exit commands. @@ -1420,6 +1422,11 @@ @item @code{minibuffer-local-must-match-map} is for strict completion and for cautious completion. +@item +@code{minibuffer-local-filename-completion-map} and +@code{minibuffer-local-must-match-filename-map} are like the two +previous ones, but they are specifically for file name completion. +They do not bind @key{SPC}. @end itemize @node Rebinding