diff options
| author | Eli Zaretskii | 2008-10-18 16:33:53 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-18 16:33:53 +0000 |
| commit | 26c6145fdabba5ebe35ca2146eacbecf04b822a9 (patch) | |
| tree | 31af6c548e0d43e4227ef194ee5267e179b6ac3f | |
| parent | ef5fbab75bd5501e989bdd73ff4f5b4457f27f57 (diff) | |
| download | emacs-26c6145fdabba5ebe35ca2146eacbecf04b822a9.tar.gz emacs-26c6145fdabba5ebe35ca2146eacbecf04b822a9.zip | |
(Minibuffer Completion): Fix last change.
| -rw-r--r-- | doc/lispref/minibuf.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 55b6f77262a..f341613494f 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -877,7 +877,7 @@ of the input in the minibuffer. If @var{require-match} is @code{t}, the | |||
| 877 | usual minibuffer exit commands won't exit unless the input completes to | 877 | usual minibuffer exit commands won't exit unless the input completes to |
| 878 | an element of @var{collection}. If @var{require-match} is | 878 | an element of @var{collection}. If @var{require-match} is |
| 879 | @code{confirm-only}, the user can exit with any input, but she will | 879 | @code{confirm-only}, the user can exit with any input, but she will |
| 880 | asked for a confirmation if the input is not an element of | 880 | be asked for a confirmation if the input is not an element of |
| 881 | @var{collection}. Any other value of @var{require-match} behaves like | 881 | @var{collection}. Any other value of @var{require-match} behaves like |
| 882 | @code{t}, except that the exit commands won't exit if it does non-null | 882 | @code{t}, except that the exit commands won't exit if it does non-null |
| 883 | completion. | 883 | completion. |