From 4bb962be221f8cbc879c02ed9168c59875af735e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 13 Nov 2001 11:59:54 +0000 Subject: [PATCH] (Fface_attributes_as_vector): Doc fix. --- src/ChangeLog | 2 ++ src/xfaces.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index ec7ab8c6b03..531ab037726 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-11-13 Pavel Jan,Bm(Bk + * xfaces.c (Fface_attributes_as_vector): Doc fix. + * w32fns.c (Fx_synchronize): Reindent. * fns.c: Doc fix. diff --git a/src/xfaces.c b/src/xfaces.c index c789efa527d..3ea260f6c6b 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -5494,7 +5494,7 @@ lookup_derived_face (f, symbol, c, face_id) DEFUN ("face-attributes-as-vector", Fface_attributes_as_vector, Sface_attributes_as_vector, 1, 1, 0, - doc: /* Return a vector of face attributes corresponding to PLIST. */) + doc: /* Return a vector of face attributes corresponding to PLIST. */) (plist) Lisp_Object plist; { -- 2.39.5