diff src/callint.c @ 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 922696f363b0
children fc2bcd2a8aad cdd30283527d
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,