aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEshel Yaron2024-01-21 08:25:08 +0100
committerEshel Yaron2024-01-21 08:25:59 +0100
commit5fae8cef46d74aa0ad76297ffe8af90a95a626f5 (patch)
tree0ef570c8227e846ff0585c651904597c399998b6
parent1b22e4b3e1172fde3d6c572418c82bbca41afa2d (diff)
downloademacs-feature/minibuffer-completion-enhancements.tar.gz
emacs-feature/minibuffer-completion-enhancements.zip
; * doc/emacs/mini.texi (Completion Multi): Fix typo.feature/minibuffer-completion-enhancements
-rw-r--r--doc/emacs/mini.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 0f512386d9c..314cf747648 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -830,7 +830,7 @@ there are.
830 Some commands read @emph{multiple inputs} from the minibuffer at 830 Some commands read @emph{multiple inputs} from the minibuffer at
831once. For example, @kbd{M-x describe-face} prompts you for @emph{one 831once. For example, @kbd{M-x describe-face} prompts you for @emph{one
832or more} face names, and displays a help buffer describing all given 832or more} face names, and displays a help buffer describing all given
833faces. @xref{Faces}. This works just like reading a single inputs, 833faces. @xref{Faces}. This works just like reading a single input,
834except that you can type several inputs in the minibuffer, separating 834except that you can type several inputs in the minibuffer, separating
835them with @dfn{input separators}. You can use completion to fill in 835them with @dfn{input separators}. You can use completion to fill in
836the individual inputs, as usual. 836the individual inputs, as usual.