SF 810242. Fix doubled word errors.

This commit is contained in:
Raymond Hettinger 2003-09-22 15:27:11 +00:00
parent 0e5a51d962
commit 92016dcc91
4 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ at the end).
\begin{funcdesc}{MenuItem}{menu, title\optional{, shortcut, callback}}
Create a menu item object. The arguments are the menu to create, the
item item title string and optionally the keyboard shortcut
item title string and optionally the keyboard shortcut
and a callback routine. The callback is called with the arguments
menu-id, item number within menu (1-based), current front window and
the event record.