Mercurial > hg > xemacs-beta
changeset 5622:4b4b37ddb7fd
Fix 'face-foreground-name docstring typo.
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2011-12-27 Didier Verna <didier@xemacs.org>
* faces.el (face-foreground-name): Fix docstring typo.
author | Didier Verna <didier@xemacs.org> |
---|---|
date | Tue, 27 Dec 2011 15:34:31 +0100 |
parents | 8265913e617b |
children | 444713e89160 |
files | lisp/ChangeLog lisp/faces.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 27 15:32:42 2011 +0100 +++ b/lisp/ChangeLog Tue Dec 27 15:34:31 2011 +0100 @@ -1,3 +1,7 @@ +2011-12-27 Didier Verna <didier@xemacs.org> + + * faces.el (face-foreground-name): Fix docstring typo. + 2011-12-27 Didier Verna <didier@xemacs.org> * faces.el: Explicitely set the 'zmacs-region face to not shrink
--- a/lisp/faces.el Tue Dec 27 15:32:42 2011 +0100 +++ b/lisp/faces.el Tue Dec 27 15:34:31 2011 +0100 @@ -557,7 +557,7 @@ FACE may be either a face object or a symbol representing a face. Normally DOMAIN will be a window or nil (meaning the selected window), - and an instance object describing how the background appears in that + and an instance object describing how the foreground appears in that particular window and buffer will be returned. See `face-property-instance' for more information."