diff src/callint.c @ 91302:56a72e2bd635

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
author Miles Bader <miles@gnu.org>
date Sat, 29 Dec 2007 02:39:17 +0000
parents bdb3fe0ba9fa cdd30283527d
children 606f2d163a64
line wrap: on
line diff
--- a/src/callint.c	Fri Dec 28 02:13:20 2007 +0000
+++ b/src/callint.c	Sat Dec 29 02:39:17 2007 +0000
@@ -941,7 +941,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,