aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-21 20:42:01 +0000
committerGerd Moellmann2000-12-21 20:42:01 +0000
commit7ef18b28bcd819346ec9b5f515b8e396648df539 (patch)
tree84645b319bc7c884a95834277bca11551da565ee
parente9abc2965779d336833fcc683f2ebb13e762820f (diff)
downloademacs-7ef18b28bcd819346ec9b5f515b8e396648df539.tar.gz
emacs-7ef18b28bcd819346ec9b5f515b8e396648df539.zip
Fix a typo.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
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, "",
11529 "Dump glyph row ROW to stderr.\n\ 11529 "Dump glyph row ROW to stderr.\n\
11530GLYPH 0 means don't dump glyphs.\n\ 11530GLYPH 0 means don't dump glyphs.\n\
11531GLYPH 1 means dump glyphs in short form.\n\ 11531GLYPH 1 means dump glyphs in short form.\n\
11532GLYPH > 1 or omitted means dump glyphs on long form.") 11532GLYPH > 1 or omitted means dump glyphs in long form.")
11533 (row, glyphs) 11533 (row, glyphs)
11534 Lisp_Object row, glyphs; 11534 Lisp_Object row, glyphs;
11535{ 11535{