mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-17 09:25:46 +00:00
Remove reference to variable obsolete since 24.1
* doc/emacs/custom.texi (Minibuffer Maps, Minibuffer Maps): Remove reference to variable 'minibuffer-local-filename-must-match-map', obsolete since 24.1.
This commit is contained in:
parent
7282e492d5
commit
ef4d216eb3
1 changed files with 3 additions and 5 deletions
|
@ -1700,7 +1700,6 @@ circumstances.
|
||||||
@vindex minibuffer-local-completion-map
|
@vindex minibuffer-local-completion-map
|
||||||
@vindex minibuffer-local-must-match-map
|
@vindex minibuffer-local-must-match-map
|
||||||
@vindex minibuffer-local-filename-completion-map
|
@vindex minibuffer-local-filename-completion-map
|
||||||
@vindex minibuffer-local-filename-must-match-map
|
|
||||||
The minibuffer has its own set of local keymaps; they contain various
|
The minibuffer has its own set of local keymaps; they contain various
|
||||||
completion and exit commands.
|
completion and exit commands.
|
||||||
|
|
||||||
|
@ -1716,10 +1715,9 @@ just like @key{RET}.
|
||||||
@code{minibuffer-local-must-match-map} is for strict completion and
|
@code{minibuffer-local-must-match-map} is for strict completion and
|
||||||
for cautious completion.
|
for cautious completion.
|
||||||
@item
|
@item
|
||||||
@code{minibuffer-local-filename-completion-map} and
|
@code{minibuffer-local-filename-completion-map} is like the two
|
||||||
@code{minibuffer-local-filename-must-match-map} are like the two
|
previous ones, but specifically for file name completion.
|
||||||
previous ones, but they are specifically for file name completion.
|
It does not bind @key{SPC}.
|
||||||
They do not bind @key{SPC}.
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
By default, @key{TAB}, @key{SPC} and @key{?} do completion in
|
By default, @key{TAB}, @key{SPC} and @key{?} do completion in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue