(@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
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
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