Mercurial > hg > xemacs-beta
comparison lisp/custom/custom.el @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 8eaf7971accc |
children | 9ad43877534d |
comparison
equal
deleted
inserted
replaced
176:6866abce6aaf | 177:6075d714658b |
---|---|
290 "Declare SYMBOL as a customization group containing MEMBERS. | 290 "Declare SYMBOL as a customization group containing MEMBERS. |
291 SYMBOL does not need to be quoted. | 291 SYMBOL does not need to be quoted. |
292 | 292 |
293 Third arg DOC is the group documentation. | 293 Third arg DOC is the group documentation. |
294 | 294 |
295 MEMBERS should be an alist of the form ((NAME WIDGET)...) where | 295 MEMBERS should be an alist of the form ((NAME WIDGET)...) where NAME |
296 NAME is a symbol and WIDGET is a widget is a widget for editing that | 296 is a symbol and WIDGET is a widget for editing that symbol. Useful |
297 symbol. Useful widgets are `custom-variable' for editing variables, | 297 widgets are `custom-variable' for editing variables, `custom-face' for |
298 `custom-face' for edit faces, and `custom-group' for editing groups. | 298 edit faces, and `custom-group' for editing groups. |
299 | 299 |
300 The remaining arguments should have the form | 300 The remaining arguments should have the form |
301 | 301 |
302 [KEYWORD VALUE]... | 302 [KEYWORD VALUE]... |
303 | 303 |