From 7a18a1780af6ec3a93cd4856656284ddae2526db Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 16 Jun 2008 13:32:07 +0000 Subject: [PATCH] (Ffont_spec): Fix usage in docstring. --- src/ChangeLog | 4 ++++ src/font.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 83180ad503d..081bb57540e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-06-16 Juanma Barranquero + + * font.c (Ffont_spec): Fix usage in docstring. + 2008-06-16 Andreas Schwab * font.c (Ffont_face_attributes): Fix definition. diff --git a/src/font.c b/src/font.c index bfa7fe16455..2e8dbdcb538 100644 --- a/src/font.c +++ b/src/font.c @@ -3627,11 +3627,11 @@ encoding of a font, e.g. ``iso8859-1''. VALUE must be a non-negative integer or a floating point number specifying the font size. It specifies the font size in pixels (if VALUE is an integer), or in points (if VALUE is a float). -usage: (font-spec ARGS ...) `:name' -VALUE must be a string of XLFD-style or fontconfig-style font name. */) +VALUE must be a string of XLFD-style or fontconfig-style font name. +usage: (font-spec ARGS ...) */) (nargs, args) int nargs; Lisp_Object *args; -- 2.39.2