]> git.eshelyaron.com Git - emacs.git/commitdiff
(internal-merge-in-global-face): Fix newline in doc string.
authorDave Love <fx@gnu.org>
Fri, 8 Sep 2000 22:17:17 +0000 (22:17 +0000)
committerDave Love <fx@gnu.org>
Fri, 8 Sep 2000 22:17:17 +0000 (22:17 +0000)
src/xfaces.c

index 349f8f9a0f05291678bc37471c71ff8a3beda214..ca5632730ea09be84132443d55053a300f61ab36 100644 (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;