From: Juanma Barranquero Date: Thu, 21 Jul 2005 16:38:17 +0000 (+0000) Subject: (Finternal_lisp_face_p): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~7925 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d256714e5a772b4e0780c908ebeee1ce19c92fb;p=emacs.git (Finternal_lisp_face_p): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 49ba60835a7..97b29b8cb6a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,25 @@ +2005-07-21 Juanma Barranquero + + * buffer.c (syms_of_buffer) : Doc fix. + + * ccl.c (Fregister_ccl_program): Fix typos in docstring. + (Fccl_execute_on_string): Likewise; add usage info. + + * composite.c (Fcompose_region_internal) + (Fcompose_string_internal): + Improve argument/docstring consistency. + + * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer): + Fix typos in docstrings. + + * textprop.c (Fnext_char_property_change) + (Fprevious_char_property_change): Doc fixes. + + * window.c (Fset_window_margins, Fset_window_fringes): + Improve argument/docstring consistency. + + * xfaces.c (Finternal_lisp_face_p): Doc fix. + 2005-07-21 Andreas Schwab * eval.c (restore_stack_limits): Return a value. diff --git a/src/xfaces.c b/src/xfaces.c index 02513107c67..e4a18a27bbc 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -3907,7 +3907,7 @@ Value is a vector of face attributes. */) 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)