# HG changeset patch # User Gerd Moellmann # Date 975071862 0 # Node ID eb4affa4abc67d5915e7571d271410ab5e7daf5d # Parent 01da583dbe565e36a06a5f29f9817337ba8f8248 (lface_from_face_name): Function comment fix. diff -r 01da583dbe56 -r eb4affa4abc6 src/xfaces.c --- a/src/xfaces.c Fri Nov 24 13:16:13 2000 +0000 +++ b/src/xfaces.c Fri Nov 24 13:17:42 2000 +0000 @@ -2956,10 +2956,10 @@ /* 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. */