# HG changeset patch # User Eli Zaretskii # Date 1198344011 0 # Node ID e6ee871046f892e4665eb3104e8b18aaf3d57cb1 # Parent ceb440dbb77e9bb136050a3523106f5ce2980513 (syms_of_callint) : Add reference to history-length in the doc string. diff -r ceb440dbb77e -r e6ee871046f8 src/callint.c --- 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,