Mercurial > emacs
changeset 40457:3a1001e129bb
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 29 Oct 2001 18:40:23 +0000 |
parents | 1f5aee41efe9 |
children | de4e98791121 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <sds@gnu.org>