emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32menu.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32menu.c
Date: Sun, 18 Nov 2001 16:58:26 -0500

Index: emacs/src/w32menu.c
diff -u emacs/src/w32menu.c:1.44 emacs/src/w32menu.c:1.45
--- emacs/src/w32menu.c:1.44    Thu Nov 15 17:53:54 2001
+++ emacs/src/w32menu.c Sun Nov 18 16:58:26 2001
@@ -333,7 +333,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
@@ -1703,7 +1703,7 @@
            wv->key = (char *) XSTRING (descrip)->data;
          wv->value = 0;
          /* Use the contents index as call_data, since we are
-             restricted to 16-bits..  */
+             restricted to 16-bits.  */
          wv->call_data = !NILP (def) ? (void *) (EMACS_INT) i : 0;
          wv->enabled = !NILP (enable);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]