]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_minibuf): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 24 Oct 1995 16:29:45 +0000 (16:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 24 Oct 1995 16:29:45 +0000 (16:29 +0000)
src/minibuf.c

index 27855e169909992c0d0c698834735c47fdc48a9d..18a51c4c709fde13630e4925bb9fc8f9b2b2df5c 100644 (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);