From 0356de228e34df4e0e598c706fd632b4ac932e8c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 31 Oct 2010 15:47:12 -0700 Subject: [PATCH] * lisp/cus-start.el: Explanatory comment. --- lisp/cus-start.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) -- 2.39.5