From 1086a877dd2d2adec8aa6f5a561b850109954cef Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 22 Dec 2023 20:29:30 +0100 Subject: [PATCH] * doc/lispref/minibuf.texi (Completion Commands): Fix typos. --- doc/lispref/minibuf.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 471ec848b14..6178394c50b 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 -- 2.39.2