From: Eshel Yaron Date: Fri, 22 Dec 2023 19:29:30 +0000 (+0100) Subject: * doc/lispref/minibuf.texi (Completion Commands): Fix typos. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7415e9736d8d909b376a05374a1162992bfaebc;p=emacs.git * doc/lispref/minibuf.texi (Completion Commands): Fix typos. --- diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 58a2a3b086d..f8392f14dfc 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi @@ -1339,12 +1339,12 @@ returns non-@code{nil} if that candidate should appear in the @var{pred}. @end defvar -@deffn minibuffer-narrow-completions-by-regexp +@defun minibuffer-narrow-completions-by-regexp This function is the default value of @code{minibuffer-narrow-completions-function}. This function prompts for a regular expression, and returns a completions predicate that only keeps candidates matching that regular expression. -@end deffn +@end defun @deffn Command minibuffer-narrow-completions This function narrows (restricts) the list of possible completions. @@ -1356,9 +1356,9 @@ completions predicate, and adds that predicate to @deffn Command minibuffer-narrow-completions-to-current This is similar to @code{minibuffer-narrow-completions}, except that -@code{minibuffer-narrow-completions-to-current} restricts restricts -the list of possible completions to only include candidates that match -the current minibuffer input. +@code{minibuffer-narrow-completions-to-current} restricts the list of +possible completions to only include candidates that match the current +minibuffer input. @end deffn @defun display-completion-list completions