emacs-diffs
[Top][All Lists]
Advanced

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

feature/minibuffer-completion-enhancements 26bca940e12 17/35: ; Fix typo


From: Eshel Yaron
Subject: feature/minibuffer-completion-enhancements 26bca940e12 17/35: ; Fix typos in recent documentation additions
Date: Sun, 21 Jan 2024 03:54:30 -0500 (EST)

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

    ; Fix typos in recent documentation additions
    
    * doc/emacs/mini.texi (Narrow Completions)
    * doc/lispref/minibuf.texi (Minibuffer Completion): Fix typos.
---
 doc/emacs/mini.texi      | 4 ++--
 doc/lispref/minibuf.texi | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index fea9adc9caf..50cd80e72d4 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -720,7 +720,7 @@ of minibuffer completions is different from narrowing 
buffers
 (@pxref{Narrowing}), although the two are conceptually related since
 both allow you to focus on some part of a larger whole.
 
-  @kbd{C-x n n} (@code{minibuffer-narrow-completions-to-current}
+  @kbd{C-x n n} (@code{minibuffer-narrow-completions-to-current})
 restricts the list of possible completions to only include candidates
 that match the current minibuffer input.  This command clears the
 minibuffer so you can type another (partial) input and complete it
@@ -729,7 +729,7 @@ call this command with a negative prefix argument (@kbd{C-- 
C-x n n}),
 it instead excludes all matches for the current input from subsequent
 completions.
 
-  @kbd{C-x n m} (@code{minibuffer-narrow-completions} is similar to
+  @kbd{C-x n m} (@code{minibuffer-narrow-completions}) is similar to
 @kbd{C-x n n}, but more versatile.  This command restricts the list of
 possible completions in different ways, depending on what kind of
 completion candidates you're dealing with.  For example, commands that
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index bd62c473f61..2e77f252362 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -1260,7 +1260,7 @@ multiple inputs at once, and returns them as a list of 
strings.  The
 user types (or completes) the inputs in the minibuffer, separating
 them with strings that match @code{crm-separator}.  When displaying
 the completions list for @code{completing-read-multiple}, the mode
-line of the @file{*Completions*} buffer includes the an indicator that
+line of the @file{*Completions*} buffer includes an indicator that
 says @samp{Multi}.  Hovering over that indicator with the mouse shows
 help about the current input separator.
 @end defun



reply via email to

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