From c9e6062043bfd116f0f52b4a3472a673ec4ccd7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 24 Oct 2001 07:10:09 +0000 Subject: [PATCH] Spell the name of Emacs properly (GNU Emacs instead of gnuemacs). (HAVE_BOXES): Fix typo in comment. (push_menu_pane): Fix typo in comment. --- src/ChangeLog | 5 +++++ src/xmenu.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index c369e7c63cd..19f7250c208 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2001-10-24 Pavel Jan,Bm(Bk + * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of + gnuemacs). + (HAVE_BOXES): Fix typo in comment. + (push_menu_pane): Fix typo in comment. + * xdisp.c: (display_prop_string_p): Remove unused local declaration of `Qwhen'. (single_display_prop_string_p): Remove unused local declarations diff --git a/src/xmenu.c b/src/xmenu.c index 64604eb1e4e..341993ad3df 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* X pop-up deck-of-cards menu facility for gnuemacs. +/* X pop-up deck-of-cards menu facility for GNU Emacs. * * Written by Jon Arnold and Roman Budzianowski * Mods and rewrite by Robert Krawitz @@ -115,7 +115,7 @@ void popup_get_selection (); #ifdef USE_X_TOOLKIT -/* Define HAVE_BOXES if meus can handle radio and toggle buttons. */ +/* Define HAVE_BOXES if menus can handle radio and toggle buttons. */ #define HAVE_BOXES 1 #endif @@ -320,7 +320,7 @@ push_left_right_boundary () XVECTOR (menu_items)->contents[menu_items_used++] = Qquote; } -/* Start a new menu pane in menu_items.. +/* Start a new menu pane in menu_items. NAME is the pane name. PREFIX_VEC is a prefix key for this pane. */ static void -- 2.39.2