emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102175: * lisp/cus-start.el: Explana


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102175: * lisp/cus-start.el: Explanatory comment.
Date: Sun, 31 Oct 2010 15:47:12 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102175
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 15:47:12 -0700
message:
  * lisp/cus-start.el: Explanatory comment.
modified:
  lisp/cus-start.el
=== modified file 'lisp/cus-start.el'
--- a/lisp/cus-start.el 2010-10-31 18:26:54 +0000
+++ b/lisp/cus-start.el 2010-10-31 22:47:12 +0000
@@ -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)


reply via email to

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