diff options
| author | Erik Naggum | 1998-06-14 08:37:52 +0000 |
|---|---|---|
| committer | Erik Naggum | 1998-06-14 08:37:52 +0000 |
| commit | 60e6659c304191b62f44a5cab1f37ff10dca5a6e (patch) | |
| tree | 55645fa4b24d83304c935119ccbf5f539ba662b3 /src | |
| parent | 26a047151b7b474df7bd6fc68f54424f6a2d0b98 (diff) | |
| download | emacs-60e6659c304191b62f44a5cab1f37ff10dca5a6e.tar.gz emacs-60e6659c304191b62f44a5cab1f37ff10dca5a6e.zip | |
(Fcompleting_read): Escape bare newline in doc string.
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\ |