From: Glenn Morris Date: Sun, 31 Oct 2010 22:47:12 +0000 (-0700) Subject: * lisp/cus-start.el: Explanatory comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~422^2~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0356de228e34df4e0e598c706fd632b4ac932e8c;p=emacs.git * lisp/cus-start.el: Explanatory comment. --- diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 388a314c5c5..750b6570158 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -34,6 +34,19 @@ ;;; Code: +;; Elements of this list have the form: +;; SYMBOL GROUP TYPE VERSION REST... +;; SYMBOL is the name of the variable. +;; GROUP is the custom group to which it belongs (may also be a list +;; of groups) +;; TYPE is the defcustom :type. +;; VERSION is the defcustom :version (or nil). +;; REST is a set of :KEYWORD VALUE pairs. Accepted :KEYWORDs are: +;; :standard - standard value for SYMBOL (else use current value) +;; :set - custom-set property +;; :risky - risky-local-variable property +;; :safe - safe-local-variable property +;; :tag - custom-tag property (let ((all '(;; alloc.c (gc-cons-threshold alloc integer) (garbage-collection-messages alloc boolean)