From 60e6659c304191b62f44a5cab1f37ff10dca5a6e Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Sun, 14 Jun 1998 08:37:52 +0000 Subject: [PATCH] (Fcompleting_read): Escape bare newline in doc string. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\ TABLE is an alist whose elements' cars are strings, or an obarray.\n\ PREDICATE limits completion to a subset of TABLE.\n\ -See `try-completion' and `all-completions' for more details +See `try-completion' and `all-completions' for more details\n\ on completion, TABLE, and PREDICATE.\n\ \n\ If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ -- 2.39.5