changeset 40239:5fda2888718a

Spell the name of Emacs properly (GNU Emacs instead of gnuemacs). (HAVE_BOXES): Fix typo in comment. (push_menu_pane): Fix typo in comment.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 24 Oct 2001 07:08:38 +0000
parents 588ccdb10b2f
children 68aaada6c450
files src/xmenu.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmenu.c	Wed Oct 24 07:05:01 2001 +0000
+++ b/src/xmenu.c	Wed Oct 24 07:08:38 2001 +0000
@@ -19,7 +19,7 @@
 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 @@
 
 #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 @@
   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