changeset 63164:c4a3a3afa8ce

(Fdisplay_supports_face_attributes_p): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 09 Jun 2005 10:36:28 +0000
parents ee270e098ec6
children 669dc7032e9d
files src/xfaces.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Thu Jun 09 09:17:17 2005 +0000
+++ b/src/xfaces.c	Thu Jun 09 10:36:28 2005 +0000
@@ -6109,7 +6109,7 @@
        1, 2, 0,
        doc: /* Return non-nil if all the face attributes in ATTRIBUTES are supported.
 The optional argument DISPLAY can be a display name, a frame, or
-nil (meaning the selected frame's display)
+nil (meaning the selected frame's display).
 
 The definition of `supported' is somewhat heuristic, but basically means
 that a face containing all the attributes in ATTRIBUTES, when merged
@@ -6122,7 +6122,7 @@
 any display that can display bold, and a `:foreground \"yellow\"' as long
 as it can display a yellowish color, but `:slant italic' will _not_ be
 satisfied by the tty display code's automatic substitution of a `dim'
-face for italic. */)
+face for italic.  */)
   (attributes, display)
      Lisp_Object attributes, display;
 {