diff options
| author | Paul Eggert | 2011-11-13 22:27:12 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-13 22:27:12 -0800 |
| commit | 09e80d9fb9fe7239d0fa301973920845831366d3 (patch) | |
| tree | 771e73119b2ad9bf6cbf1fbff92a5f4cb1bf03ed /src/fontset.c | |
| parent | 56632ce4cd8616f0613e8734d62ec5e2f833c7dc (diff) | |
| download | emacs-09e80d9fb9fe7239d0fa301973920845831366d3.tar.gz emacs-09e80d9fb9fe7239d0fa301973920845831366d3.zip | |
Spelling fixes.
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index 74a25a1ca04..5c9ebf8440a 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1788,7 +1788,7 @@ update_auto_fontset_alist (Lisp_Object font_object, Lisp_Object fontset) | |||
| 1788 | /* Return a cons (FONT-OBJECT . GLYPH-CODE). | 1788 | /* Return a cons (FONT-OBJECT . GLYPH-CODE). |
| 1789 | FONT-OBJECT is the font for the character at POSITION in the current | 1789 | FONT-OBJECT is the font for the character at POSITION in the current |
| 1790 | buffer. This is computed from all the text properties and overlays | 1790 | buffer. This is computed from all the text properties and overlays |
| 1791 | that apply to POSITION. POSTION may be nil, in which case, | 1791 | that apply to POSITION. POSITION may be nil, in which case, |
| 1792 | FONT-SPEC is the font for displaying the character CH with the | 1792 | FONT-SPEC is the font for displaying the character CH with the |
| 1793 | default face. | 1793 | default face. |
| 1794 | 1794 | ||