comparison lisp/custom.el @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 8626e4521993
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
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 user have saved this 182 required after initialization, of the 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))