From b18531e576a2454b7a4577104ef766caaf0d72da Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 7 Dec 2002 21:42:43 +0000 Subject: [PATCH] Use xref for history list truncation. --- lispref/commands.texi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lispref/commands.texi b/lispref/commands.texi index c3a1a6d9d82..b33cace7ebe 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -2731,9 +2731,8 @@ the command to be considered complex. This variable's value is a list of recent complex commands, each represented as a form to evaluate. It continues to accumulate all complex commands for the duration of the editing session, but when it -reaches the maximum size (specified by the variable -@code{history-length}), the oldest elements are deleted as new ones are -added. +reaches the maximum size (@pxref{Minibuffer History}), the oldest +elements are deleted as new ones are added. @example @group -- 2.11.4.GIT