(set-variable-value-history): Add reference to history-length in
the doc string.
This commit is contained in:
parent
e5f0c02f8e
commit
987ec16d97
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -4782,7 +4782,10 @@ Each action has the form (FUNCTION . ARGS)."
|
|||
'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.
|
||||
|
|
Loading…
Add table
Reference in a new issue