aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-24 14:14:43 +0000
committerRichard M. Stallman1994-06-24 14:14:43 +0000
commit4ced3209486d2182bf06f5fd394a1e9ed7d8b5ce (patch)
tree0ee3cf321cb3256bdf3316185d49cc039bc4b5b3
parentc3dea9ba0b3ac1b6b99f2ebaf5594b0404a0133c (diff)
downloademacs-4ced3209486d2182bf06f5fd394a1e9ed7d8b5ce.tar.gz
emacs-4ced3209486d2182bf06f5fd394a1e9ed7d8b5ce.zip
(Fcompleting_read): Doc fix.
-rw-r--r--src/minibuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index eb38fe0a895..9ce0979adb4 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -923,7 +923,7 @@ TABLE is an alist whose elements' cars are strings, or an obarray.\n\
923PREDICATE limits completion to a subset of TABLE.\n\ 923PREDICATE limits completion to a subset of TABLE.\n\
924See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\ 924See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\
925If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ 925If 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.\n\ 926 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\ 927 If it is also not t, Return does not exit if it does non-null completion.\n\
928If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ 928If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\
929 If it is (STRING . POSITION), the initial input\n\ 929 If it is (STRING . POSITION), the initial input\n\