diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 46908f21176..39e8233ff40 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1286,7 +1286,7 @@ DEFUN ("completing-read", Fcompleting_read, Scompleting_read, 2, 8, 0, | |||
| 1286 | PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\ | 1286 | PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\ |
| 1287 | TABLE is an alist whose elements' cars are strings, or an obarray.\n\ | 1287 | TABLE is an alist whose elements' cars are strings, or an obarray.\n\ |
| 1288 | PREDICATE limits completion to a subset of TABLE.\n\ | 1288 | PREDICATE limits completion to a subset of TABLE.\n\ |
| 1289 | See `try-completion' and `all-completions' for more details | 1289 | See `try-completion' and `all-completions' for more details\n\ |
| 1290 | on completion, TABLE, and PREDICATE.\n\ | 1290 | on completion, TABLE, and PREDICATE.\n\ |
| 1291 | \n\ | 1291 | \n\ |
| 1292 | If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ | 1292 | If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ |