diff src/minibuf.c @ 682:71f59bd24996

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Jun 1992 02:40:51 +0000
parents 70b112526394
children a8d94735277e
line wrap: on
line diff
--- a/src/minibuf.c	Wed Jun 03 22:58:36 1992 +0000
+++ b/src/minibuf.c	Thu Jun 04 02:40:51 1992 +0000
@@ -732,7 +732,7 @@
 
 DEFUN ("completing-read", Fcompleting_read, Scompleting_read, 2, 6, 0,
   "Read a string in the minibuffer, with completion.\n\
-Args are PROMPT, TABLE, PREDICATE, REQUIRE-MATCH and INITIAL-INPUT.\n\
+Args: PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, BACKUP-N.\n\
 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\