aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-12-07 21:42:43 +0000
committerRichard M. Stallman2002-12-07 21:42:43 +0000
commitb18531e576a2454b7a4577104ef766caaf0d72da (patch)
tree3e4d0cb902ce08b8e19c46ae7876403e4349ff99
parentff306b6098286e28819901f3272437b957e8f6b6 (diff)
downloademacs-b18531e576a2454b7a4577104ef766caaf0d72da.tar.gz
emacs-b18531e576a2454b7a4577104ef766caaf0d72da.zip
Use xref for history list truncation.
-rw-r--r--lispref/commands.texi5
1 files 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.
2731This variable's value is a list of recent complex commands, each 2731This variable's value is a list of recent complex commands, each
2732represented as a form to evaluate. It continues to accumulate all 2732represented as a form to evaluate. It continues to accumulate all
2733complex commands for the duration of the editing session, but when it 2733complex commands for the duration of the editing session, but when it
2734reaches the maximum size (specified by the variable 2734reaches the maximum size (@pxref{Minibuffer History}), the oldest
2735@code{history-length}), the oldest elements are deleted as new ones are 2735elements are deleted as new ones are added.
2736added.
2737 2736
2738@example 2737@example
2739@group 2738@group