]> 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>
Wed, 10 Jan 2024 17:28:39 +0000 (18:28 +0100)
* doc/emacs/mini.texi (Narrow Completions)
* doc/lispref/minibuf.texi (Minibuffer Completion): Fix typos.

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

index 89ede1e4f291411c78dee3586494d6fe89ed3cb9..1286f0b56aaa49265be72baeaf241ffc7ac0e7b0 100644 (file)
@@ -735,7 +735,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
@@ -744,7 +744,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 2f2212067cc55bab8f7bd6a699dcb24da9e228c5..296fa90b0afc910ff9dfc4f075d4c5ece4428b6b 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