(set-variable-value-history): Add reference to history-length in
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2007 17:15:48 +0000 (17:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2007 17:15:48 +0000 (17:15 +0000)
the doc string.

lisp/ChangeLog
lisp/simple.el

index 60bbc2b..cafe756 100644 (file)
@@ -1,7 +1,8 @@
 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
 
+       * simple.el (minibuffer-history, shell-command-history)
+       (set-variable-value-history): 
        * replace.el (regexp-history): 
-       * simple.el (minibuffer-history): 
        * international/mule-cmds.el (input-method-history): 
        * files.el (file-name-history): Add reference to history-length in
        the doc string.
index 8c97cec..d413e92 100644 (file)
@@ -4782,7 +4782,10 @@ Each action has the form (FUNCTION . ARGS)."
                'switch-to-buffer-other-frame yank-action send-actions))
 \f
 (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.