]> git.eshelyaron.com Git - emacs.git/commitdiff
Spell the name of Emacs properly (GNU Emacs instead of gnuemacs).
authorPavel Janík <Pavel@Janik.cz>
Wed, 24 Oct 2001 07:10:09 +0000 (07:10 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 24 Oct 2001 07:10:09 +0000 (07:10 +0000)
(HAVE_BOXES): Fix typo in comment.
(push_menu_pane): Fix typo in comment.

src/ChangeLog
src/xmenu.c

index c369e7c63cd1061a138cfb3ebb6693204ef1800b..19f7250c2088cff88d70a2c7a0053b7380479505 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * 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
index 64604eb1e4edf8963887c8e52602cdd0258253a1..341993ad3df4f152eb6a3198715780dcb70b94f1 100644 (file)
@@ -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