emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/callint.c,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/callint.c,v
Date: Fri, 28 Dec 2007 22:26:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/12/28 22:26:14

Index: src/callint.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/callint.c,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -b -r1.157 -r1.158
--- src/callint.c       13 Sep 2007 05:50:11 -0000      1.157
+++ src/callint.c       28 Dec 2007 22:26:09 -0000      1.158
@@ -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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]