From: Eli Zaretskii Date: Sat, 22 Dec 2007 17:20:55 +0000 (+0000) Subject: (syms_of_callint) : Add reference to history-length in X-Git-Tag: emacs-pretest-22.1.90~238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b014713ca63fcc6604b80159aaad46f6219ca62c;p=emacs.git (syms_of_callint) : Add reference to history-length in the doc string. --- diff --git a/src/ChangeLog b/src/ChangeLog index a5b34e38966..284bca33828 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-12-22 Eli Zaretskii + + * callint.c (syms_of_callint) : Add reference to + history-length in the doc string. + 2007-12-17 Jason Rumney * w32fns.c (w32_wnd_proc) : Cast char to unsigned diff --git a/src/callint.c b/src/callint.c index 9dcc077fd65..65ef8aacadb 100644 --- a/src/callint.c +++ b/src/callint.c @@ -960,7 +960,10 @@ This is what `(interactive \"P\")' returns. */); 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,