comparison src/minibuf.c @ 13286:b4d36420c837

(syms_of_minibuf): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 24 Oct 1995 16:29:45 +0000
parents 74da6a581095
children d2fd514cc0aa
comparison
equal deleted inserted replaced
13285:7ccba52e1e3e 13286:b4d36420c837
1770 "Value that `help-form' takes on inside the minibuffer."); 1770 "Value that `help-form' takes on inside the minibuffer.");
1771 Vminibuffer_help_form = Qnil; 1771 Vminibuffer_help_form = Qnil;
1772 1772
1773 DEFVAR_LISP ("minibuffer-history-variable", &Vminibuffer_history_variable, 1773 DEFVAR_LISP ("minibuffer-history-variable", &Vminibuffer_history_variable,
1774 "History list symbol to add minibuffer values to.\n\ 1774 "History list symbol to add minibuffer values to.\n\
1775 Each minibuffer output is added with\n\ 1775 Each string of minibuffer input, as it appears on exit from the minibuffer,\n\
1776 is added with\n\
1776 (set minibuffer-history-variable\n\ 1777 (set minibuffer-history-variable\n\
1777 (cons STRING (symbol-value minibuffer-history-variable)))"); 1778 (cons STRING (symbol-value minibuffer-history-variable)))");
1778 XSETFASTINT (Vminibuffer_history_variable, 0); 1779 XSETFASTINT (Vminibuffer_history_variable, 0);
1779 1780
1780 DEFVAR_LISP ("minibuffer-history-position", &Vminibuffer_history_position, 1781 DEFVAR_LISP ("minibuffer-history-position", &Vminibuffer_history_position,