Mercurial > hg > xemacs-beta
comparison man/custom.texi @ 124:9b50b4588a93 r20-1b15
Import from CVS: tag r20-1b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:39 +0200 |
parents | cca96a509cfe |
children | 34a5b81f86ba |
comparison
equal
deleted
inserted
replaced
123:c77884c6318d | 124:9b50b4588a93 |
---|---|
11 | 11 |
12 @node Top, Introduction, (dir), (dir) | 12 @node Top, Introduction, (dir), (dir) |
13 @comment node-name, next, previous, up | 13 @comment node-name, next, previous, up |
14 @top The Customization Library | 14 @top The Customization Library |
15 | 15 |
16 Version: 1.74 | 16 Version: 1.84 |
17 | 17 |
18 @menu | 18 @menu |
19 * Introduction:: | 19 * Introduction:: |
20 * User Commands:: | 20 * User Commands:: |
21 * The Customization Buffer:: | 21 * The Customization Buffer:: |
609 @defun custom-add-load symbol load | 609 @defun custom-add-load symbol load |
610 To the custom option @var{symbol} add the dependency @var{load}. | 610 To the custom option @var{symbol} add the dependency @var{load}. |
611 @var{load} should be either a library file name, or a feature name. | 611 @var{load} should be either a library file name, or a feature name. |
612 @end defun | 612 @end defun |
613 | 613 |
614 @defun custom-menu-create symbol &optional name | 614 @defun customize-menu-create symbol &optional name |
615 Create menu for customization group @var{symbol}. | 615 Create menu for customization group @var{symbol}. |
616 If optional @var{name} is given, use that as the name of the menu. | 616 If optional @var{name} is given, use that as the name of the menu. |
617 Otherwise make up a name from @var{symbol}. | 617 Otherwise the menu will be named `Customize'. |
618 The menu is in a format applicable to @code{easy-menu-define}. | 618 The menu is in a format applicable to @code{easy-menu-define}. |
619 @end defun | 619 @end defun |
620 | 620 |
621 @node The Init File, Wishlist, Utilities, Top | 621 @node The Init File, Wishlist, Utilities, Top |
622 @comment node-name, next, previous, up | 622 @comment node-name, next, previous, up |
683 @samp{<jens@@lemming0.lem.uni-karlsruhe.de>}.@refill | 683 @samp{<jens@@lemming0.lem.uni-karlsruhe.de>}.@refill |
684 | 684 |
685 @item | 685 @item |
686 Empty customization groups should start open (harder than it looks). | 686 Empty customization groups should start open (harder than it looks). |
687 | 687 |
688 @item | |
689 Make it possible to include a comment/remark/annotation when saving an | |
690 option. | |
691 | |
688 @end itemize | 692 @end itemize |
689 | 693 |
690 @contents | 694 @contents |
691 @bye | 695 @bye |