# HG changeset patch # User Eli Zaretskii # Date 1198343696 0 # Node ID a00fd366de50a0f78d573e3b73c316eb87930af7 # Parent d5c0ef4db45dd356938889f4bd79e20c40e0a532 (set-variable-value-history): Add reference to history-length in the doc string. diff -r d5c0ef4db45d -r a00fd366de50 lisp/simple.el --- a/lisp/simple.el Sat Dec 22 17:12:30 2007 +0000 +++ b/lisp/simple.el Sat Dec 22 17:14:56 2007 +0000 @@ -4782,7 +4782,10 @@ 'switch-to-buffer-other-frame yank-action send-actions)) (defvar set-variable-value-history nil - "History of values entered with `set-variable'.") + "History of values entered with `set-variable'. + +Maximum length of the history list is determined by the value +of `history-length', which see.") (defun set-variable (variable value &optional make-local) "Set VARIABLE to VALUE. VALUE is a Lisp object.