emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/minibuffer-completion-enhancements 5725301b016 02/35: * doc/lisp


From: Eshel Yaron
Subject: feature/minibuffer-completion-enhancements 5725301b016 02/35: * doc/lispref/minibuf.texi (Completion Commands): Fix typos.
Date: Sun, 21 Jan 2024 03:54:29 -0500 (EST)

branch: feature/minibuffer-completion-enhancements
commit 5725301b016d9cae3eef4fd9b23a045e22c7484e
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]