summaryrefslogtreecommitdiff
path: root/src/minibuf.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-24 16:29:45 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-24 16:29:45 +0000
commite6734acaa5e5842fc0d2b0e6f8bae70247fe3686 (patch)
tree2107d42a056e5a1c094db8771e6cff289783d049 /src/minibuf.c
parentf52bea1c023ac52f5da1f65020d80f5fc00cc5e8 (diff)
downloademacs-e6734acaa5e5842fc0d2b0e6f8bae70247fe3686.tar.gz
(syms_of_minibuf): Doc fix.
Diffstat (limited to 'src/minibuf.c')
-rw-r--r--src/minibuf.c3
1 files changed, 2 insertions, 1 deletions
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);