diff options
| author | Kenichi Handa | 2008-05-22 02:21:05 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-05-22 02:21:05 +0000 |
| commit | 68eaeee49235eb135afa16761ba77eda49d79716 (patch) | |
| tree | ac5dcec0fa318656b7fa4cd04a377289a48026a4 /src/font.c | |
| parent | d0ab1ebe49f70b63555f44f400128de39fac4bbf (diff) | |
| download | emacs-68eaeee49235eb135afa16761ba77eda49d79716.tar.gz emacs-68eaeee49235eb135afa16761ba77eda49d79716.zip | |
*** empty log message ***
Diffstat (limited to 'src/font.c')
| -rw-r--r-- | src/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c index 9986b0f48d0..44c5aef9b90 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -3722,7 +3722,7 @@ DEFUN ("clear-font-cache", Fclear_font_cache, Sclear_font_cache, 0, 0, 0, | |||
| 3722 | return Qnil; | 3722 | return Qnil; |
| 3723 | } | 3723 | } |
| 3724 | 3724 | ||
| 3725 | /* The following three functions are still expremental. */ | 3725 | /* The following three functions are still experimental. */ |
| 3726 | 3726 | ||
| 3727 | DEFUN ("font-make-gstring", Ffont_make_gstring, Sfont_make_gstring, 2, 2, 0, | 3727 | DEFUN ("font-make-gstring", Ffont_make_gstring, Sfont_make_gstring, 2, 2, 0, |
| 3728 | doc: /* Return a newly created g-string for FONT-OBJECT with NUM glyphs. | 3728 | doc: /* Return a newly created g-string for FONT-OBJECT with NUM glyphs. |