diff options
| author | Kenichi Handa | 2007-07-26 11:42:32 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-07-26 11:42:32 +0000 |
| commit | b9cb77b278b0b6add7965b11ccb2f6359e28c1cc (patch) | |
| tree | c662aec810b5a5f5b0eb6255b9f1c600bc14fe24 /src | |
| parent | c66fb5a6db5f68d43cf03aacba6318b1c44bc3b8 (diff) | |
| download | emacs-b9cb77b278b0b6add7965b11ccb2f6359e28c1cc.tar.gz emacs-b9cb77b278b0b6add7965b11ccb2f6359e28c1cc.zip | |
(Ffontp): Fix docstring.
Diffstat (limited to 'src')
| -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 ec196bbeb63..b35e462ae66 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -2943,7 +2943,7 @@ font_at (c, pos, face, w, object) | |||
| 2943 | /* Lisp API */ | 2943 | /* Lisp API */ |
| 2944 | 2944 | ||
| 2945 | DEFUN ("fontp", Ffontp, Sfontp, 1, 1, 0, | 2945 | DEFUN ("fontp", Ffontp, Sfontp, 1, 1, 0, |
| 2946 | doc: /* Return t if object is a font-spec or font-entity. */) | 2946 | doc: /* Return t if OBJECT is a font-spec or font-entity. */) |
| 2947 | (object) | 2947 | (object) |
| 2948 | Lisp_Object object; | 2948 | Lisp_Object object; |
| 2949 | { | 2949 | { |