comparison src/minibuf.c @ 8752:67b1905bc9a2

(Fcompleting_read): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Sep 1994 03:31:52 +0000
parents e0f95bf90681
children af08b3d2e30f
comparison
equal deleted inserted replaced
8751:5b4ba06e910f 8752:67b1905bc9a2
920 Args: PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST.\n\ 920 Args: PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST.\n\
921 PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\ 921 PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\
922 TABLE is an alist whose elements' cars are strings, or an obarray.\n\ 922 TABLE is an alist whose elements' cars are strings, or an obarray.\n\
923 PREDICATE limits completion to a subset of TABLE.\n\ 923 PREDICATE limits completion to a subset of TABLE.\n\
924 See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\ 924 See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\
925 \n\
925 If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ 926 If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\
926 the input is (or completes to) an element of TABLE or is null.\n\ 927 the input is (or completes to) an element of TABLE or is null.\n\
927 If it is also not t, Return does not exit if it does non-null completion.\n\ 928 If it is also not t, Return does not exit if it does non-null completion.\n\
929 If the input is null, `completing-read' returns nil,\n\
930 regardless of the value of REQUIRE-MATCH.\n\
931 \n\
928 If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ 932 If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\
929 If it is (STRING . POSITION), the initial input\n\ 933 If it is (STRING . POSITION), the initial input\n\
930 is STRING, but point is placed POSITION characters into the string.\n\ 934 is STRING, but point is placed POSITION characters into the string.\n\
931 HIST, if non-nil, specifies a history list\n\ 935 HIST, if non-nil, specifies a history list\n\
932 and optionally the initial position in the list.\n\ 936 and optionally the initial position in the list.\n\