From: Pavel Janík Date: Tue, 13 Nov 2001 11:59:54 +0000 (+0000) Subject: (Fface_attributes_as_vector): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~18600 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bb962be221f8cbc879c02ed9168c59875af735e;p=emacs.git (Fface_attributes_as_vector): Doc fix. --- 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; {