X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e1dbe924b53c541fdf238a5a722b7177d5c8760b..94f0aa3464955865f5abdac6b335a86aca3e180a:/src/window.h diff --git a/src/window.h b/src/window.h index df29ca1368..ea127ca95a 100644 --- a/src/window.h +++ b/src/window.h @@ -1,5 +1,5 @@ /* Window definitions for GNU Emacs. - Copyright (C) 1985-1986, 1993, 1995, 1997-2011 + Copyright (C) 1985-1986, 1993, 1995, 1997-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -877,7 +877,7 @@ extern int buffer_shared; extern void check_frame_size (struct frame *frame, int *rows, int *cols); /* Return a pointer to the glyph W's physical cursor is on. Value is - null if W's current matrix is invalid, so that no meaningfull glyph + null if W's current matrix is invalid, so that no meaningful glyph can be returned. */ struct glyph *get_phys_cursor_glyph (struct window *w);