Mercurial > hg > xemacs-beta
comparison src/redisplay-xlike-inc.c @ 5623:444713e89160
Fix XLIKE_output_blank comment typo.
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2011-12-27 Didier Verna <didier@xemacs.org>
* redisplay-xlike-inc.c (XLIKE_output_blank): Fix comment typo.
author | Didier Verna <didier@xemacs.org> |
---|---|
date | Tue, 27 Dec 2011 15:37:03 +0100 |
parents | 56144c8593a8 |
children | c39052c921b5 |
comparison
equal
deleted
inserted
replaced
5622:4b4b37ddb7fd | 5623:444713e89160 |
---|---|
1843 } | 1843 } |
1844 | 1844 |
1845 /***************************************************************************** | 1845 /***************************************************************************** |
1846 XLIKE_output_blank | 1846 XLIKE_output_blank |
1847 | 1847 |
1848 Output a blank by clearing the area it covers in the foreground color | 1848 Output a blank by clearing the area it covers in the background color |
1849 of its face. | 1849 of its face. |
1850 ****************************************************************************/ | 1850 ****************************************************************************/ |
1851 static void | 1851 static void |
1852 XLIKE_output_blank (struct window *w, struct display_line *dl, struct rune *rb, | 1852 XLIKE_output_blank (struct window *w, struct display_line *dl, struct rune *rb, |
1853 int start_pixpos, int cursor_start, int cursor_width) | 1853 int start_pixpos, int cursor_start, int cursor_width) |