From: Stefan Kangas Date: Fri, 3 Dec 2021 19:41:38 +0000 (+0100) Subject: Remove reference to variable obsolete since 24.1 X-Git-Tag: emacs-28.0.91~91 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef4d216eb326478563e3cf931aeeb2dbc3566f12;p=emacs.git 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. --- diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 60e2d0aa874..a3d8a779b8b 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -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