1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

(internal-merge-in-global-face): Fix newline in doc string.

This commit is contained in:
Dave Love 2000-09-08 22:17:17 +00:00
parent 575daf042b
commit 460dc922d8

View file

@ -4562,7 +4562,7 @@ Value is nil if ATTR doesn't have a discrete set of valid values.")
DEFUN ("internal-merge-in-global-face", Finternal_merge_in_global_face,
Sinternal_merge_in_global_face, 2, 2, 0,
"Add attributes from frame-default definition of FACE to FACE on FRAME.
"Add attributes from frame-default definition of FACE to FACE on FRAME.\n\
Default face attributes override any local face attributes.")
(face, frame)
Lisp_Object face, frame;