aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.h b/src/window.h
index de0f7307a51..b4e268b1a34 100644
--- a/src/window.h
+++ b/src/window.h
@@ -268,7 +268,7 @@ struct window
268 /* List of buffers re-shown in this window. */ 268 /* List of buffers re-shown in this window. */
269 Lisp_Object next_buffers; 269 Lisp_Object next_buffers;
270 270
271 /* An alist with parameteres. */ 271 /* An alist with parameters. */
272 Lisp_Object window_parameters; 272 Lisp_Object window_parameters;
273 273
274 /* No Lisp data may follow below this point without changing 274 /* No Lisp data may follow below this point without changing
@@ -877,7 +877,7 @@ extern int buffer_shared;
877extern void check_frame_size (struct frame *frame, int *rows, int *cols); 877extern void check_frame_size (struct frame *frame, int *rows, int *cols);
878 878
879/* Return a pointer to the glyph W's physical cursor is on. Value is 879/* Return a pointer to the glyph W's physical cursor is on. Value is
880 null if W's current matrix is invalid, so that no meaningfull glyph 880 null if W's current matrix is invalid, so that no meaningful glyph
881 can be returned. */ 881 can be returned. */
882 882
883struct glyph *get_phys_cursor_glyph (struct window *w); 883struct glyph *get_phys_cursor_glyph (struct window *w);