aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-05-25 11:59:11 +0000
committerDave Love <[email protected]>2000-05-25 11:59:11 +0000
commit02513cddf0ab030609c7aad78b82a66e083d5c0e (patch)
tree0628af546cd0f47e16a6462cadf0892a53f7006d /src/xdisp.c
parentc2f94ebcc55d33f94d7d88f1f623796b1a453271 (diff)
(Fdump_glyph_matrix): Declare the arg.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index b441f5a248..fef2b9429c 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -2538,7 +2538,7 @@ handle_single_display_prop (it, prop, object, position)
it->object = NILP (object) ? it->w->buffer : object;
it->method = next_element_from_image;
- /* Say that we don't have consumed the characters with
+ /* Say that we haven't consumed the characters with
`display' property yet. The call to pop_it in
set_iterator_to_next will clean this up. */
*position = start_pos;
@@ -10708,6 +10708,7 @@ DEFUN ("dump-glyph-matrix", Fdump_glyph_matrix,
Shows contents of glyph row structures. With non-nil optional\n\
parameter WITH-GLYPHS-P, dump glyphs as well.")
(with_glyphs_p)
+ Lisp_Object with_glyphs_p;
{
struct window *w = XWINDOW (selected_window);
struct buffer *buffer = XBUFFER (w->buffer);