comparison lispref/commands.texi @ 48731:e156891cd394

Use xref for history list truncation.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Dec 2002 21:42:43 +0000
parents 60dbe3b230eb
children 23a1cea22d13
comparison
equal deleted inserted replaced
48730:e7f0249cfca8 48731:e156891cd394
2729 2729
2730 @defvar command-history 2730 @defvar command-history
2731 This variable's value is a list of recent complex commands, each 2731 This variable's value is a list of recent complex commands, each
2732 represented as a form to evaluate. It continues to accumulate all 2732 represented as a form to evaluate. It continues to accumulate all
2733 complex commands for the duration of the editing session, but when it 2733 complex commands for the duration of the editing session, but when it
2734 reaches the maximum size (specified by the variable 2734 reaches the maximum size (@pxref{Minibuffer History}), the oldest
2735 @code{history-length}), the oldest elements are deleted as new ones are 2735 elements are deleted as new ones are added.
2736 added.
2737 2736
2738 @example 2737 @example
2739 @group 2738 @group
2740 command-history 2739 command-history
2741 @result{} ((switch-to-buffer "chistory.texi") 2740 @result{} ((switch-to-buffer "chistory.texi")