# HG changeset patch # User Chong Yidong # Date 1260045485 0 # Node ID 7e3cef0b7f845000f1016531743f4f5765d27918 # Parent 9e1a89d804c8a0734912703a1c81115b46e9041e Minor doc fix. diff -r 9e1a89d804c8 -r 7e3cef0b7f84 src/xfaces.c --- a/src/xfaces.c Sat Dec 05 20:23:25 2009 +0000 +++ b/src/xfaces.c Sat Dec 05 20:38:05 2009 +0000 @@ -2891,6 +2891,7 @@ DEFUN ("internal-lisp-face-p", Finternal_lisp_face_p, Sinternal_lisp_face_p, 1, 2, 0, doc: /* Return non-nil if FACE names a face. +FACE should be a symbol or string. If optional second argument FRAME is non-nil, check for the existence of a frame-local face with name FACE on that frame. Otherwise check for the existence of a global face. */)