changeset 106436:7e3cef0b7f84

Minor doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 05 Dec 2009 20:38:05 +0000
parents 9e1a89d804c8
children c96dd1a8e16e
files src/xfaces.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.  */)