]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorKarl Heuer <kwzh@gnu.org>
Tue, 29 Mar 1994 05:54:39 +0000 (05:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 29 Mar 1994 05:54:39 +0000 (05:54 +0000)
src/buffer.h
src/xterm.h

index 53fdac121d1be1d5c82b97762c508b3fde7427e3..e5638bbe0831b6fd2c3a5239676cce824ab63bcb 100644 (file)
@@ -204,7 +204,7 @@ struct buffer
     Lisp_Object filename;
     /* Dir for expanding relative pathnames */
     Lisp_Object directory;
-    /* true iff this buffer has been been backed
+    /* true iff this buffer has been backed
        up (if you write to its associated file
        and it hasn't been backed up, then a
        backup will be made) */
index c7de946d29a9acef46b4431edf7b3ae966f7b151..aee083f31e5646e4465e6272e7cf0c789b54d00c 100644 (file)
@@ -102,8 +102,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define Color XColor
 
 #define XExposeRegionEvent XExposeEvent
-#define Bitmap Pixmap                  /* In X11, Bitmaps are are kind of
-                                          Pixmap. */
+#define Bitmap Pixmap                  /* In X11, Bitmaps are a kind of
+                                          Pixmap.  */
 #define WINDOWINFO_TYPE XWindowAttributes
 #define XGetWindowInfo(w, i) XGetWindowAttributes (x_current_display, \
                                                   (w), (i))