summaryrefslogtreecommitdiff
path: root/man/custom.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-12-10 00:46:09 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-12-10 00:46:09 +0000
commit78cfaa07f137551a0189a661b47759b148a89dfe (patch)
tree5415a0f772d78e84cfe63bbf21454a08d1bf66c9 /man/custom.texi
parent686f2a475e4316ee8fdc966c9da606dd45b148f7 (diff)
downloademacs-78cfaa07f137551a0189a661b47759b148a89dfe.tar.gz
(Minibuffer Maps): Mention the maps for file name completion.
Diffstat (limited to 'man/custom.texi')
-rw-r--r--man/custom.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 5c7632e9b36..f0dcbdc4d34 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -1406,6 +1406,8 @@ to add local bindings (not very useful, we admit) for @kbd{C-c n} and
@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 @@ just like @key{RET}. This is used mainly for Mocklisp compatibility.
@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