]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove reference to variable obsolete since 24.1
authorStefan Kangas <stefan@marxist.se>
Fri, 3 Dec 2021 19:41:38 +0000 (20:41 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 3 Dec 2021 19:41:38 +0000 (20:41 +0100)
* doc/emacs/custom.texi (Minibuffer Maps, Minibuffer Maps): Remove
reference to variable 'minibuffer-local-filename-must-match-map',
obsolete since 24.1.

doc/emacs/custom.texi

index 60e2d0aa87476fbdb2a8b8701d9eb9a1074446b9..a3d8a779b8b3489e7809dcb59735153cac90e51b 100644 (file)
@@ -1700,7 +1700,6 @@ circumstances.
 @vindex minibuffer-local-completion-map
 @vindex minibuffer-local-must-match-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
 completion and exit commands.
 
@@ -1716,10 +1715,9 @@ just like @key{RET}.
 @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-filename-must-match-map} are like the two
-previous ones, but they are specifically for file name completion.
-They do not bind @key{SPC}.
+@code{minibuffer-local-filename-completion-map} is like the two
+previous ones, but specifically for file name completion.
+It does not bind @key{SPC}.
 @end itemize
 
 By default, @key{TAB}, @key{SPC} and @key{?} do completion in