# HG changeset patch # User Luc Teirlinck # Date 1134175569 0 # Node ID 5615161c1a95206980dbdca47e84788b539d7e2c # Parent d843233476117b540d6e016e4bb7a50723384b41 (Minibuffer Maps): Mention the maps for file name completion. diff -r d84323347611 -r 5615161c1a95 man/custom.texi --- 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