From: Richard M. Stallman Date: Sat, 23 Dec 1995 07:17:48 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~2039 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f56e7ad2ac0e5e70a9d54b5a9849801720ab20c0;p=emacs.git Comment change. --- diff --git a/src/xmenu.c b/src/xmenu.c index 95aa47bccaa..e6cd2251582 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1051,7 +1051,8 @@ on the left of the dialog box and all following items on the right.\n\ #ifdef USE_X_TOOLKIT /* Loop in Xt until the menu pulldown or dialog popup has been - popped down (deactivated). + popped down (deactivated). This is used for x-popup-menu + and x-popup-dialog; it is not used for the menu bar any more. NOTE: All calls to popup_get_selection should be protected with BLOCK_INPUT, UNBLOCK_INPUT wrappers. */