Mercurial > emacs
changeset 34802:d0237aa9a10d
Fix a typo.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 21 Dec 2000 20:42:01 +0000 |
parents | 803bee3aa2bd |
children | de1f65fa5dcd |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Thu Dec 21 20:41:26 2000 +0000 +++ b/src/xdisp.c Thu Dec 21 20:42:01 2000 +0000 @@ -11529,7 +11529,7 @@ "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; {