]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in recent documentation additions
authorEshel Yaron <me@eshelyaron.com>
Wed, 10 Jan 2024 17:28:39 +0000 (18:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 19 Jan 2024 10:07:43 +0000 (11:07 +0100)
* doc/emacs/mini.texi (Narrow Completions)
* doc/lispref/minibuf.texi (Minibuffer Completion): Fix typos.

doc/emacs/mini.texi
doc/lispref/minibuf.texi

index fea9adc9cafc662b407a77c7c047535ba0052d00..50cd80e72d46c0f64950411acb38da70c14cf460 100644 (file)
@@ -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
index bd62c473f61bb512cab5c4de3a127c971017db35..2e77f252362aaabcb05e5f17e5e7571757f7d0c3 100644 (file)
@@ -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