]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffontp): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Thu, 26 Jul 2007 11:42:32 +0000 (11:42 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 26 Jul 2007 11:42:32 +0000 (11:42 +0000)
src/font.c

index ec196bbeb634ea5629bfa6c0eea97fc35009413b..b35e462ae669eddf5c1f0fb42a4c9deb96b3e73b 100644 (file)
@@ -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;
 {