aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-21 16:38:17 +0000
committerJuanma Barranquero2005-07-21 16:38:17 +0000
commit1d256714e5a772b4e0780c908ebeee1ce19c92fb (patch)
tree18326ca77c4ad36330d1efdef213a53ef2a09975
parentc10ce82e3cc0da4abd299107515b9aa56a82dd80 (diff)
downloademacs-1d256714e5a772b4e0780c908ebeee1ce19c92fb.tar.gz
emacs-1d256714e5a772b4e0780c908ebeee1ce19c92fb.zip
(Finternal_lisp_face_p): Doc fix.
-rw-r--r--src/ChangeLog22
-rw-r--r--src/xfaces.c2
2 files changed, 23 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 49ba60835a7..97b29b8cb6a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12005-07-21 Juanma Barranquero <lekktu@gmail.com>
2
3 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
4
5 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
6 (Fccl_execute_on_string): Likewise; add usage info.
7
8 * composite.c (Fcompose_region_internal)
9 (Fcompose_string_internal):
10 Improve argument/docstring consistency.
11
12 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
13 Fix typos in docstrings.
14
15 * textprop.c (Fnext_char_property_change)
16 (Fprevious_char_property_change): Doc fixes.
17
18 * window.c (Fset_window_margins, Fset_window_fringes):
19 Improve argument/docstring consistency.
20
21 * xfaces.c (Finternal_lisp_face_p): Doc fix.
22
12005-07-21 Andreas Schwab <schwab@suse.de> 232005-07-21 Andreas Schwab <schwab@suse.de>
2 24
3 * eval.c (restore_stack_limits): Return a value. 25 * 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. */)
3907DEFUN ("internal-lisp-face-p", Finternal_lisp_face_p, 3907DEFUN ("internal-lisp-face-p", Finternal_lisp_face_p,
3908 Sinternal_lisp_face_p, 1, 2, 0, 3908 Sinternal_lisp_face_p, 1, 2, 0,
3909 doc: /* Return non-nil if FACE names a face. 3909 doc: /* Return non-nil if FACE names a face.
3910If optional second parameter FRAME is non-nil, check for the 3910If optional second argument FRAME is non-nil, check for the
3911existence of a frame-local face with name FACE on that frame. 3911existence of a frame-local face with name FACE on that frame.
3912Otherwise check for the existence of a global face. */) 3912Otherwise check for the existence of a global face. */)
3913 (face, frame) 3913 (face, frame)