Mercurial > emacs
changeset 13286:b4d36420c837
(syms_of_minibuf): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 24 Oct 1995 16:29:45 +0000 |
parents | 7ccba52e1e3e |
children | f25084d29719 |
files | src/minibuf.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);