aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2009-12-05 20:38:05 +0000
committerChong Yidong2009-12-05 20:38:05 +0000
commitb84ce3c5f6f181ffc3079d878b8eb6a329015789 (patch)
tree1006f30ce26c2e2f5e1a881dd359bf0bdf85e31a /src
parent5d1fd962bb92a07ef86138ba64f0e60d0302ad33 (diff)
downloademacs-b84ce3c5f6f181ffc3079d878b8eb6a329015789.tar.gz
emacs-b84ce3c5f6f181ffc3079d878b8eb6a329015789.zip
Minor doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 6630c10edcf..d6efbe82836 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -2891,6 +2891,7 @@ Value is a vector of face attributes. */)
2891DEFUN ("internal-lisp-face-p", Finternal_lisp_face_p, 2891DEFUN ("internal-lisp-face-p", Finternal_lisp_face_p,
2892 Sinternal_lisp_face_p, 1, 2, 0, 2892 Sinternal_lisp_face_p, 1, 2, 0,
2893 doc: /* Return non-nil if FACE names a face. 2893 doc: /* Return non-nil if FACE names a face.
2894FACE should be a symbol or string.
2894If optional second argument FRAME is non-nil, check for the 2895If optional second argument FRAME is non-nil, check for the
2895existence of a frame-local face with name FACE on that frame. 2896existence of a frame-local face with name FACE on that frame.
2896Otherwise check for the existence of a global face. */) 2897Otherwise check for the existence of a global face. */)