(syms_of_callint) <command-history>: Add reference to history-length in

the doc string.
This commit is contained in:
Eli Zaretskii 2007-12-22 17:20:55 +00:00
parent 987ec16d97
commit b014713ca6
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-12-22 Eli Zaretskii <eliz@gnu.org>
* callint.c (syms_of_callint) <command-history>: Add reference to
history-length in the doc string.
2007-12-17 Jason Rumney <jasonr@gnu.org>
* w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned

View file

@ -960,7 +960,10 @@ This is what `(interactive \"P\")' returns. */);
DEFVAR_LISP ("command-history", &Vcommand_history,
doc: /* List of recent commands that read arguments from terminal.
Each command is represented as a form to evaluate. */);
Each command is represented as a form to evaluate.
Maximum length of the history list is determined by the value
of `history-length', which see. */);
Vcommand_history = Qnil;
DEFVAR_LISP ("command-debug-status", &Vcommand_debug_status,