# HG changeset patch # User Juanma Barranquero # Date 1031296469 0 # Node ID 86c1fc3c48f5ec500e13467b504fbfeb33784f81 # Parent 14ef33c0a70422c45a71b2664b0b8ece69b554e6 (copy-face): Fix spacing. diff -r 14ef33c0a704 -r 86c1fc3c48f5 lisp/faces.el --- a/lisp/faces.el Fri Sep 06 07:14:12 2002 +0000 +++ b/lisp/faces.el Fri Sep 06 07:14:29 2002 +0000 @@ -148,7 +148,7 @@ 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.