Mercurial > hg > xemacs-beta
diff man/new-users-guide/custom1.texi @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
line wrap: on
line diff
--- a/man/new-users-guide/custom1.texi Mon Aug 13 11:19:22 2007 +0200 +++ b/man/new-users-guide/custom1.texi Mon Aug 13 11:20:41 2007 +0200 @@ -168,8 +168,8 @@ @enumerate @item -add-menu-item: (@var{menu-name} @var{item-name} @var{function} @var{enabled-p} -&optional @var{before}) +add-menu-item: @var{(menu-name item-name function enabled-p +&optional before)} This function will add a menu item to a menu, creating the menu first if necessary. If the named item already exists, the menu will remain @@ -260,7 +260,7 @@ @findex delete-menu-item @cindex deleting menu items @item -delete-menu-item: (@var{menu-path}) +delete-menu-item: @var{(menu-path)} This function will remove the menu item defined by @var{menu-name} from the menu hierarchy. Look at the following examples and the comments just above them which specify what the examples do. @@ -286,7 +286,7 @@ @findex disable-menu-item @cindex disabling menu items @item -disable-menu-item: (@var{menu-name}) +disable-menu-item: @var{(menu-name)} Disables the specified menu item. The following example @example @@ -301,7 +301,7 @@ @findex enable-menu-item @cindex enabling menu items @item -enable-menu-item: (@var{menu-name}) +enable-menu-item: @var{(menu-name)} Enables the specified previously disabled menu item. @example @@ -315,7 +315,7 @@ @findex relabel-menu-items @cindex relabelling menu items @item -relabel-menu-item: (@var{menu-name} @var{new-name}) +relabel-menu-item: @var{(menu-name new-name)} Change the string of the menu item specified by @var{menu-name} to @var{new-name}.