diff options
| -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. |