changeset 79599:a00fd366de50

(set-variable-value-history): Add reference to history-length in the doc string.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 22 Dec 2007 17:14:56 +0000
parents d5c0ef4db45d
children ceb440dbb77e
files lisp/simple.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.