From 7fc92635419abb02dab492b33c053d0cb65a85ce Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 13 May 2004 00:22:16 +0000 Subject: [PATCH] (Ftty_supports_face_attributes_p, Finternal_copy_lisp_face): Fix typo in docstring. (Finternal_get_lisp_face_attribute): Fix docstring. --- src/ChangeLog | 6 ++++++ src/xfaces.c | 14 +++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index d850131af81..0293d66e27a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-05-13 Juanma Barranquero + + * xfaces.c (Ftty_supports_face_attributes_p) + (Finternal_copy_lisp_face): Fix typo in docstring. + (Finternal_get_lisp_face_attribute): Fix docstring. + 2004-05-12 Jan Dj,Ad(Brv * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK. diff --git a/src/xfaces.c b/src/xfaces.c index 41a329041e7..ac44f3317ce 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -3857,7 +3857,7 @@ Otherwise check for the existence of a global face. */) DEFUN ("internal-copy-lisp-face", Finternal_copy_lisp_face, Sinternal_copy_lisp_face, 4, 4, 0, doc: /* Copy face FROM to TO. -If FRAME it t, copy the global face definition of FROM to the +If FRAME is t, copy the global face definition of FROM to the global face definition of TO. Otherwise, copy the frame-local definition of FROM on FRAME to the frame-local definition of TO on NEW-FRAME, or FRAME if NEW-FRAME is nil. @@ -4684,8 +4684,8 @@ DEFUN ("internal-get-lisp-face-attribute", Finternal_get_lisp_face_attribute, doc: /* Return face attribute KEYWORD of face SYMBOL. If SYMBOL does not name a valid Lisp face or KEYWORD isn't a valid face attribute name, signal an error. -If the optional argument FRAME is given, report on face FACE in that -frame. If FRAME is t, report on the defaults for face FACE (for new +If the optional argument FRAME is given, report on face SYMBOL in that +frame. If FRAME is t, report on the defaults for face SYMBOL (for new frames). If FRAME is omitted or nil, use the selected frame. */) (symbol, keyword, frame) Lisp_Object symbol, keyword, frame; @@ -5235,10 +5235,10 @@ with the default face for display, can be represented in a way that's \(1) different in appearance than the default face, and \(2) `close in spirit' to what the attributes specify, if not exact. -Point (2) implies that a `:weight black' attribute will be satisified +Point (2) implies that a `:weight black' attribute will be satisfied by any terminal that can display bold, and a `:foreground "yellow"' as long as the terminal can display a yellowish color, but `:slant italic' -will _not_ be satisified by the tty display code's automatic +will _not_ be satisfied by the tty display code's automatic substitution of a `dim' face for italic. */) (attributes, frame) Lisp_Object attributes, frame; @@ -5446,8 +5446,8 @@ clear_face_gcs (c) } -/* Free all realized faces in face cache C, including basic faces. C - may be null. If faces are freed, make sure the frame's current +/* Free all realized faces in face cache C, including basic faces. + C may be null. If faces are freed, make sure the frame's current matrix is marked invalid, so that a display caused by an expose event doesn't try to use faces we destroyed. */ -- 2.39.2