aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-03-29 05:54:39 +0000
committerKarl Heuer1994-03-29 05:54:39 +0000
commit546714cf353527b3429a3d10527b2fe6ea1f18d0 (patch)
tree31adc589b46a7350f804f134cf40defb50e8834c /src
parentb741d9b1bb2b8123262481ae80d7d7713e7bf51b (diff)
downloademacs-546714cf353527b3429a3d10527b2fe6ea1f18d0.tar.gz
emacs-546714cf353527b3429a3d10527b2fe6ea1f18d0.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.h2
-rw-r--r--src/xterm.h4
2 files changed, 3 insertions, 3 deletions
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
204 Lisp_Object filename; 204 Lisp_Object filename;
205 /* Dir for expanding relative pathnames */ 205 /* Dir for expanding relative pathnames */
206 Lisp_Object directory; 206 Lisp_Object directory;
207 /* true iff this buffer has been been backed 207 /* true iff this buffer has been backed
208 up (if you write to its associated file 208 up (if you write to its associated file
209 and it hasn't been backed up, then a 209 and it hasn't been backed up, then a
210 backup will be made) */ 210 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. */
102#define Color XColor 102#define Color XColor
103 103
104#define XExposeRegionEvent XExposeEvent 104#define XExposeRegionEvent XExposeEvent
105#define Bitmap Pixmap /* In X11, Bitmaps are are kind of 105#define Bitmap Pixmap /* In X11, Bitmaps are a kind of
106 Pixmap. */ 106 Pixmap. */
107#define WINDOWINFO_TYPE XWindowAttributes 107#define WINDOWINFO_TYPE XWindowAttributes
108#define XGetWindowInfo(w, i) XGetWindowAttributes (x_current_display, \ 108#define XGetWindowInfo(w, i) XGetWindowAttributes (x_current_display, \
109 (w), (i)) 109 (w), (i))