diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-24 16:29:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-24 16:29:45 +0000 |
commit | e6734acaa5e5842fc0d2b0e6f8bae70247fe3686 (patch) | |
tree | 2107d42a056e5a1c094db8771e6cff289783d049 /src | |
parent | f52bea1c023ac52f5da1f65020d80f5fc00cc5e8 (diff) | |
download | emacs-e6734acaa5e5842fc0d2b0e6f8bae70247fe3686.tar.gz |
(syms_of_minibuf): Doc fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/minibuf.c | 3 |
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); |