# HG changeset patch # User Eli Zaretskii # Date 1004380823 0 # Node ID 3a1001e129bbd696a6761cdaa3337c8c9df5582f # Parent 1f5aee41efe9524e9cee5b90021d1001154b6a95 *** empty log message *** diff -r 1f5aee41efe9 -r 3a1001e129bb lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 29 18:37:37 2001 +0000 +++ b/lisp/ChangeLog Mon Oct 29 18:40:23 2001 +0000 @@ -3,6 +3,10 @@ * faces.el (invert-face): Check for 'unspecified, not for nil, when testing whether face colors are not specified. From David.Kastrup@t-online.de (David Kastrup). + (read-face-name): Doc fix. + (make-face-bold, make-face-unbold, make-face-italic) + (make-face-unitalic, make-face-bold-italic, invert-face): Remove + trailing blank from the prompt passed to read-face-name. 2001-10-29 Sam Steingold