From: Karl Heuer Date: Tue, 29 Mar 1994 05:54:39 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-19.34~9281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=546714cf353527b3429a3d10527b2fe6ea1f18d0;p=emacs.git Fix typo in comment. --- diff --git a/src/buffer.h b/src/buffer.h index 53fdac121d1..e5638bbe083 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -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) */ diff --git a/src/xterm.h b/src/xterm.h index c7de946d29a..aee083f31e5 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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))