diff src/device-x.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 8e84bee8ddd0
children 6240c7796c7a
line wrap: on
line diff
--- a/src/device-x.c	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/device-x.c	Mon Aug 13 11:03:08 2007 +0200
@@ -351,7 +351,7 @@
    * Break apart the old XtOpenDisplay call into XOpenDisplay and
    * XtDisplayInitialize so we can figure out whether there
    * are any XEmacs resources in the resource database before
-   * we initialize Xt.  This is so we can automagically support
+   * we intitialize Xt.  This is so we can automagically support
    * both `Emacs' and `XEmacs' application classes.
    */
   slow_down_interrupts ();
@@ -1604,7 +1604,7 @@
 So long as the keyboard is grabbed, all keyboard events will be delivered
 to emacs -- it is not possible for other X clients to eavesdrop on them.
 Ungrab the keyboard with `x-ungrab-keyboard' (use an unwind-protect).
-Returns t if the grab is successful, nil otherwise.
+Returns t if the grab was successful; nil otherwise.
 */
        (device))
 {