aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-24 13:17:42 +0000
committerGerd Moellmann2000-11-24 13:17:42 +0000
commit45d9f1efb15b730c019228247a8ea4306d225d04 (patch)
tree5c5172304221756bf8c1c217575f0a249dc561bf /src
parentbdc03dd96f38c4c585319301af690a8a5dc66587 (diff)
downloademacs-45d9f1efb15b730c019228247a8ea4306d225d04.tar.gz
emacs-45d9f1efb15b730c019228247a8ea4306d225d04.zip
(lface_from_face_name): Function comment fix.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c8
1 files 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)
2956 2956
2957 2957
2958/* Return the face definition of FACE_NAME on frame F. F null means 2958/* Return the face definition of FACE_NAME on frame F. F null means
2959 return the global definition. FACE_NAME may be a string or a 2959 return the definition for new frames. FACE_NAME may be a string or
2960 symbol (apparently Emacs 20.2 allows strings as face names in face 2960 a symbol (apparently Emacs 20.2 allowed strings as face names in
2961 text properties; ediff uses that). If FACE_NAME is an alias for 2961 face text properties; Ediff uses that). If FACE_NAME is an alias
2962 another face, return that face's definition. If SIGNAL_P is 2962 for another face, return that face's definition. If SIGNAL_P is
2963 non-zero, signal an error if FACE_NAME is not a valid face name. 2963 non-zero, signal an error if FACE_NAME is not a valid face name.
2964 If SIGNAL_P is zero, value is nil if FACE_NAME is not a valid face 2964 If SIGNAL_P is zero, value is nil if FACE_NAME is not a valid face
2965 name. */ 2965 name. */