comparison lisp/custom.el @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 0e522484dd2a
children cc15677e0335
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
177 :get VALUE should be a function to extract the value of symbol. 177 :get VALUE should be a function to extract the value of symbol.
178 The function takes one argument, a symbol, and should return 178 The function takes one argument, a symbol, and should return
179 the current value for that symbol. The default is 179 the current value for that symbol. The default is
180 `default-value'. 180 `default-value'.
181 :require VALUE should be a feature symbol. Each feature will be 181 :require VALUE should be a feature symbol. Each feature will be
182 required after initialization, of the the user have saved this 182 required after initialization, of the user have saved this
183 option. 183 option.
184 184
185 Read the section about customization in the Emacs Lisp manual for more 185 Read the section about customization in the Emacs Lisp manual for more
186 information." 186 information."
187 `(custom-declare-variable (quote ,symbol) (quote ,value) ,doc ,@args)) 187 `(custom-declare-variable (quote ,symbol) (quote ,value) ,doc ,@args))