diff lisp/subr.el @ 1336:c9b6a2fec10d

[xemacs-hg @ 2003-03-03 10:17:39 by stephent] doc GNU 21.2 synch <87llzw4uyp.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 03 Mar 2003 10:17:40 +0000
parents 1b0339b048ce
children 74cb069b8417
line wrap: on
line diff
--- a/lisp/subr.el	Mon Mar 03 07:18:07 2003 +0000
+++ b/lisp/subr.el	Mon Mar 03 10:17:40 2003 +0000
@@ -44,7 +44,7 @@
 Each element of this list holds the arguments to one call to `defcustom'.")
 
 ;; Use this, rather than defcustom, in subr.el and other files loaded
-;; before custom.el.
+;; before custom.el.  See dumped-lisp.el.
 (defun custom-declare-variable-early (&rest arguments)
   (setq custom-declare-variable-list
 	(cons arguments custom-declare-variable-list)))