1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(syms_of_minibuf): Doc fix.

This commit is contained in:
Richard M. Stallman 1995-10-24 16:29:45 +00:00
parent 786272966f
commit 2fa2413b19

View File

@ -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);