]> code.delx.au - gnu-emacs/commitdiff
Fix a typo.
authorGerd Moellmann <gerd@gnu.org>
Thu, 21 Dec 2000 20:42:01 +0000 (20:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 21 Dec 2000 20:42:01 +0000 (20:42 +0000)
src/xdisp.c

index 7051d817b2ec3119c02141bf9f3fdea8abdf77f4..295488e0c9a72015471bb0b4e1bf8c3dfd495bfe 100644 (file)
@@ -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;
 {