emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el,v [EMACS_22_BASE]


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v [EMACS_22_BASE]
Date: Sat, 22 Dec 2007 17:14:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Eli Zaretskii <eliz>    07/12/22 17:14:57

Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.859.2.15
retrieving revision 1.859.2.16
diff -u -b -r1.859.2.15 -r1.859.2.16
--- simple.el   22 Dec 2007 17:12:30 -0000      1.859.2.15
+++ simple.el   22 Dec 2007 17:14:56 -0000      1.859.2.16
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]