diff options
| author | Eshel Yaron | 2024-01-21 08:25:08 +0100 |
|---|---|---|
| committer | Eshel Yaron | 2024-01-21 08:25:59 +0100 |
| commit | 5fae8cef46d74aa0ad76297ffe8af90a95a626f5 (patch) | |
| tree | 0ef570c8227e846ff0585c651904597c399998b6 | |
| parent | 1b22e4b3e1172fde3d6c572418c82bbca41afa2d (diff) | |
| download | emacs-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.texi | 2 |
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 |
| 831 | once. For example, @kbd{M-x describe-face} prompts you for @emph{one | 831 | once. For example, @kbd{M-x describe-face} prompts you for @emph{one |
| 832 | or more} face names, and displays a help buffer describing all given | 832 | or more} face names, and displays a help buffer describing all given |
| 833 | faces. @xref{Faces}. This works just like reading a single inputs, | 833 | faces. @xref{Faces}. This works just like reading a single input, |
| 834 | except that you can type several inputs in the minibuffer, separating | 834 | except that you can type several inputs in the minibuffer, separating |
| 835 | them with @dfn{input separators}. You can use completion to fill in | 835 | them with @dfn{input separators}. You can use completion to fill in |
| 836 | the individual inputs, as usual. | 836 | the individual inputs, as usual. |