diff options
author | Kenichi Handa <handa@m17n.org> | 2007-07-26 11:42:32 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2007-07-26 11:42:32 +0000 |
commit | b9cb77b278b0b6add7965b11ccb2f6359e28c1cc (patch) | |
tree | c662aec810b5a5f5b0eb6255b9f1c600bc14fe24 | |
parent | c66fb5a6db5f68d43cf03aacba6318b1c44bc3b8 (diff) | |
download | emacs-b9cb77b278b0b6add7965b11ccb2f6359e28c1cc.tar.gz |
(Ffontp): Fix docstring.
-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) /* Lisp API */ DEFUN ("fontp", Ffontp, Sfontp, 1, 1, 0, - doc: /* Return t if object is a font-spec or font-entity. */) + doc: /* Return t if OBJECT is a font-spec or font-entity. */) (object) Lisp_Object object; { |