comparison 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
comparison
equal deleted inserted replaced
681:026f978690be 682:71f59bd24996
730 Lisp_Object Vminibuffer_completion_predicate, Qminibuffer_completion_predicate; 730 Lisp_Object Vminibuffer_completion_predicate, Qminibuffer_completion_predicate;
731 Lisp_Object Vminibuffer_completion_confirm, Qminibuffer_completion_confirm; 731 Lisp_Object Vminibuffer_completion_confirm, Qminibuffer_completion_confirm;
732 732
733 DEFUN ("completing-read", Fcompleting_read, Scompleting_read, 2, 6, 0, 733 DEFUN ("completing-read", Fcompleting_read, Scompleting_read, 2, 6, 0,
734 "Read a string in the minibuffer, with completion.\n\ 734 "Read a string in the minibuffer, with completion.\n\
735 Args are PROMPT, TABLE, PREDICATE, REQUIRE-MATCH and INITIAL-INPUT.\n\ 735 Args: PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, BACKUP-N.\n\
736 PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\ 736 PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\
737 TABLE is an alist whose elements' cars are strings, or an obarray.\n\ 737 TABLE is an alist whose elements' cars are strings, or an obarray.\n\
738 PREDICATE limits completion to a subset of TABLE.\n\ 738 PREDICATE limits completion to a subset of TABLE.\n\
739 See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\ 739 See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\
740 If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ 740 If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\