From: Gerd Moellmann Date: Thu, 21 Dec 2000 20:42:01 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: emacs-pretest-21.0.95~330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ef18b28bcd819346ec9b5f515b8e396648df539;p=emacs.git Fix a typo. --- 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; {