Mercurial > emacs
changeset 79601:e6ee871046f8
(syms_of_callint) <command-history>: Add reference to history-length in
the doc string.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 22 Dec 2007 17:20:11 +0000 |
parents | ceb440dbb77e |
children | 5ad75c94788d |
files | src/callint.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callint.c Sat Dec 22 17:15:48 2007 +0000 +++ b/src/callint.c Sat Dec 22 17:20:11 2007 +0000 @@ -960,7 +960,10 @@ 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,