Mercurial > hg > xemacs-beta
diff src/menubar.c @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | b2472a1930f2 |
children | 19dcec799385 |
line wrap: on
line diff
--- a/src/menubar.c Mon Aug 13 10:27:41 2007 +0200 +++ b/src/menubar.c Mon Aug 13 10:28:48 2007 +0200 @@ -106,7 +106,7 @@ { /* Menu descriptor should be a list */ CHECK_CONS (desc); - + /* First element may be menu name, although can be omitted. Let's think that if stuff begins with anything than a keyword or a list (submenu), this is a menu name, expected to be a stirng */ @@ -146,7 +146,7 @@ submenu, NOT expanded and NOT checked against :config and :included. Also, individual menu items are not looked for, only submenus. -See also 'find-menu-item' +See also 'find-menu-item'. */ (desc, path)) { @@ -188,7 +188,7 @@ } /* Submenu not found */ RETURN_UNGCPRO (Qnil); - + descend: /* Prepare for the next iteration */ gui_item_init (&gui_item); @@ -288,7 +288,7 @@ } DEFUN ("normalize-menu-item-name", Fnormalize_menu_item_name, 1, 2, 0, /* -Convert a menu item name string into normal form. Returns a new string. +Convert a menu item name string into normal form, and return the new string. Menu item names should be converted to normal form before being compared. */ (name, buffer))