Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/man/custom.texi Mon Aug 13 09:26:04 2007 +0200 +++ b/man/custom.texi Mon Aug 13 09:26:39 2007 +0200 @@ -13,7 +13,7 @@ @comment node-name, next, previous, up @top The Customization Library -Version: 1.74 +Version: 1.84 @menu * Introduction:: @@ -611,10 +611,10 @@ @var{load} should be either a library file name, or a feature name. @end defun -@defun custom-menu-create symbol &optional name +@defun customize-menu-create symbol &optional name Create menu for customization group @var{symbol}. If optional @var{name} is given, use that as the name of the menu. -Otherwise make up a name from @var{symbol}. +Otherwise the menu will be named `Customize'. The menu is in a format applicable to @code{easy-menu-define}. @end defun @@ -685,6 +685,10 @@ @item Empty customization groups should start open (harder than it looks). +@item +Make it possible to include a comment/remark/annotation when saving an +option. + @end itemize @contents