]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/minibuf.texi (Completion Commands): Fix typos.
authorEshel Yaron <me@eshelyaron.com>
Fri, 22 Dec 2023 19:29:30 +0000 (20:29 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 19 Jan 2024 10:05:58 +0000 (11:05 +0100)
doc/lispref/minibuf.texi

index 471ec848b142b683019097938744b47767478a61..6178394c50bb4dcbc89f5ba5b8a6841ce0f0bdd4 100644 (file)
@@ -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