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.
'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.