]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fface_attributes_as_vector): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Tue, 13 Nov 2001 11:59:54 +0000 (11:59 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 13 Nov 2001 11:59:54 +0000 (11:59 +0000)
src/ChangeLog
src/xfaces.c

index ec7ab8c6b03d7ee95367a72962baa72564a3a1ae..531ab0377268aa8ed8f0addf88d9ececd8f800df 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * xfaces.c (Fface_attributes_as_vector): Doc fix.
+
        * w32fns.c (Fx_synchronize): Reindent.
 
        * fns.c: Doc fix.
index c789efa527dd5c7e4c6038782c2b05cbb9775889..3ea260f6c6b5228f070ddf5d52f69413ec7256c1 100644 (file)
@@ -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;
 {