Mercurial > emacs
changeset 64578:91757d0e430d
(Finternal_lisp_face_p): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 21 Jul 2005 16:36:41 +0000 |
parents | cc42e18c8870 |
children | 51c5f403fb81 |
files | src/xfaces.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Thu Jul 21 16:34:51 2005 +0000 +++ b/src/xfaces.c Thu Jul 21 16:36:41 2005 +0000 @@ -3907,7 +3907,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. -If optional second parameter FRAME is non-nil, check for the +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. */) (face, frame)