From 45d9f1efb15b730c019228247a8ea4306d225d04 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 24 Nov 2000 13:17:42 +0000 Subject: [PATCH] (lface_from_face_name): Function comment fix. --- src/xfaces.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/xfaces.c b/src/xfaces.c index bb674c7a1c9..4499bca6e4e 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -2956,10 +2956,10 @@ resolve_face_name (face_name) /* Return the face definition of FACE_NAME on frame F. F null means - return the global definition. FACE_NAME may be a string or a - symbol (apparently Emacs 20.2 allows strings as face names in face - text properties; ediff uses that). If FACE_NAME is an alias for - another face, return that face's definition. If SIGNAL_P is + return the definition for new frames. FACE_NAME may be a string or + a symbol (apparently Emacs 20.2 allowed strings as face names in + face text properties; Ediff uses that). If FACE_NAME is an alias + for another face, return that face's definition. If SIGNAL_P is non-zero, signal an error if FACE_NAME is not a valid face name. If SIGNAL_P is zero, value is nil if FACE_NAME is not a valid face name. */ -- 2.39.2