# HG changeset patch # User Richard M. Stallman # Date 814552185 0 # Node ID b4d36420c8378830d5ff7c6b6fa6fa9e8078b62b # Parent 7ccba52e1e3e0fcc309e2eabd240a579bfce1c50 (syms_of_minibuf): Doc fix. diff -r 7ccba52e1e3e -r b4d36420c837 src/minibuf.c --- a/src/minibuf.c Tue Oct 24 15:50:05 1995 +0000 +++ b/src/minibuf.c Tue Oct 24 16:29:45 1995 +0000 @@ -1772,7 +1772,8 @@ 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);