From 2fa2413b195daa5851a54fd086cc106179196c89 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 24 Oct 1995 16:29:45 +0000 Subject: [PATCH] (syms_of_minibuf): Doc fix. --- src/minibuf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/minibuf.c b/src/minibuf.c index 27855e16990..18a51c4c709 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1772,7 +1772,8 @@ t means to return a list of all possible completions of STRING.\n\ DEFVAR_LISP ("minibuffer-history-variable", &Vminibuffer_history_variable, "History list symbol to add minibuffer values to.\n\ -Each minibuffer output is added with\n\ +Each string of minibuffer input, as it appears on exit from the minibuffer,\n\ +is added with\n\ (set minibuffer-history-variable\n\ (cons STRING (symbol-value minibuffer-history-variable)))"); XSETFASTINT (Vminibuffer_history_variable, 0); -- 2.39.2