From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:35:02 +0000 (+0000) Subject: (copy-face): Fix spacing. X-Git-Tag: emacs-pretest-21.2.91~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a75a33e1081891f87aeada00d7d5322c68b9c842;p=emacs.git (copy-face): Fix spacing. --- diff --git a/lisp/faces.el b/lisp/faces.el index 358d5fb2ca7..b161eb75f2a 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -149,7 +149,7 @@ If the face already exists, it is left unmodified. Value is FACE." If NEW-FACE already exists as a face, it is modified to be like OLD-FACE. If it doesn't already exist, it is created. -If the optional argument FRAME is given as a frame, NEW-FACE is +If the optional argument FRAME is given as a frame, NEW-FACE is changed on FRAME only. If FRAME is t, the frame-independent default specification for OLD-FACE is copied to NEW-FACE.