aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Naggum1998-06-14 08:37:52 +0000
committerErik Naggum1998-06-14 08:37:52 +0000
commit60e6659c304191b62f44a5cab1f37ff10dca5a6e (patch)
tree55645fa4b24d83304c935119ccbf5f539ba662b3 /src
parent26a047151b7b474df7bd6fc68f54424f6a2d0b98 (diff)
downloademacs-60e6659c304191b62f44a5cab1f37ff10dca5a6e.tar.gz
emacs-60e6659c304191b62f44a5cab1f37ff10dca5a6e.zip
(Fcompleting_read): Escape bare newline in doc string.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c2
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,
1286PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\ 1286PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\
1287TABLE is an alist whose elements' cars are strings, or an obarray.\n\ 1287TABLE is an alist whose elements' cars are strings, or an obarray.\n\
1288PREDICATE limits completion to a subset of TABLE.\n\ 1288PREDICATE limits completion to a subset of TABLE.\n\
1289See `try-completion' and `all-completions' for more details 1289See `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\
1292If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ 1292If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\