comparison lisp/simple.el @ 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 73661ddc7ac7 cdd30283527d
comparison
equal deleted inserted replaced
79598:d5c0ef4db45d 79599:a00fd366de50
4780 (list nil nil nil current-prefix-arg)) 4780 (list nil nil nil current-prefix-arg))
4781 (compose-mail to subject other-headers continue 4781 (compose-mail to subject other-headers continue
4782 'switch-to-buffer-other-frame yank-action send-actions)) 4782 'switch-to-buffer-other-frame yank-action send-actions))
4783 4783
4784 (defvar set-variable-value-history nil 4784 (defvar set-variable-value-history nil
4785 "History of values entered with `set-variable'.") 4785 "History of values entered with `set-variable'.
4786
4787 Maximum length of the history list is determined by the value
4788 of `history-length', which see.")
4786 4789
4787 (defun set-variable (variable value &optional make-local) 4790 (defun set-variable (variable value &optional make-local)
4788 "Set VARIABLE to VALUE. VALUE is a Lisp object. 4791 "Set VARIABLE to VALUE. VALUE is a Lisp object.
4789 VARIABLE should be a user option variable name, a Lisp variable 4792 VARIABLE should be a user option variable name, a Lisp variable
4790 meant to be customized by users. You should enter VALUE in Lisp syntax, 4793 meant to be customized by users. You should enter VALUE in Lisp syntax,