From: Richard M. Stallman Date: Tue, 24 Oct 1995 16:29:45 +0000 (+0000) Subject: (syms_of_minibuf): Doc fix. X-Git-Tag: emacs-19.34~2574 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fa2413b195daa5851a54fd086cc106179196c89;p=emacs.git (syms_of_minibuf): Doc fix. --- 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);