Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1d256714
Commit
1d256714
authored
Jul 21, 2005
by
Juanma Barranquero
Browse files
(Finternal_lisp_face_p): Doc fix.
parent
c10ce82e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
src/ChangeLog
src/ChangeLog
+22
-0
src/xfaces.c
src/xfaces.c
+1
-1
No files found.
src/ChangeLog
View file @
1d256714
2005-07-21 Juanma Barranquero <lekktu@gmail.com>
* buffer.c (syms_of_buffer) <cursor-type>: 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 <schwab@suse.de>
* eval.c (restore_stack_limits): Return a value.
...
...
src/xfaces.c
View file @
1d256714
...
...
@@ -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
p
ar
ameter
FRAME is non-nil, check for the
If optional second ar
gument
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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment