changeset 111272:c5f89cc4d275

* lisp/cus-start.el: Explanatory comment.
author Glenn Morris <rgm@gnu.org>
date Sun, 31 Oct 2010 15:47:12 -0700
parents 61073c29d954
children 43d891f84e91
files lisp/cus-start.el
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-start.el	Sun Oct 31 15:43:06 2010 -0700
+++ b/lisp/cus-start.el	Sun Oct 31 15:47:12 2010 -0700
@@ -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)