From 38668f819885154cd3f0f21cf5ebe478c848913f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 7 Dec 2002 21:41:00 +0000 Subject: [PATCH] (Fcompleting_read): Doc fix. --- src/minibuf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/minibuf.c b/src/minibuf.c index bb391d44d7c..a8b97cf4695 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1540,6 +1540,9 @@ HIST, if non-nil, specifies a history list and HISTPOS is the initial position (the position in the list which INITIAL-INPUT corresponds to). Positions are counted starting from 1 at the beginning of the list. + The variable `history-length' controls the maximum length of a + history list. + DEF, if non-nil, is the default value. If INHERIT-INPUT-METHOD is non-nil, the minibuffer inherits -- 2.39.2