From 7ef18b28bcd819346ec9b5f515b8e396648df539 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 21 Dec 2000 20:42:01 +0000 Subject: [PATCH] Fix a typo. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 7051d817b2e..295488e0c9a 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -11529,7 +11529,7 @@ DEFUN ("dump-glyph-row", Fdump_glyph_row, Sdump_glyph_row, 1, 2, "", "Dump glyph row ROW to stderr.\n\ GLYPH 0 means don't dump glyphs.\n\ GLYPH 1 means dump glyphs in short form.\n\ -GLYPH > 1 or omitted means dump glyphs on long form.") +GLYPH > 1 or omitted means dump glyphs in long form.") (row, glyphs) Lisp_Object row, glyphs; { -- 2.39.2