Mercurial > emacs
changeset 109598:ec823851a46c
* faces.el (face-all-attributes): Improved documentation (Bug#6767).
author | Jan D <jan.h.d@swipnet.se> |
---|---|
date | Sat, 31 Jul 2010 19:21:16 +0200 |
parents | d141353cef63 |
children | c18dffa2ba46 |
files | lisp/ChangeLog lisp/faces.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jul 31 20:13:03 2010 +0300 +++ b/lisp/ChangeLog Sat Jul 31 19:21:16 2010 +0200 @@ -1,3 +1,7 @@ +2010-07-31 Jan Djärv <jan.h.d@swipnet.se> + + * faces.el (face-all-attributes): Improved documentation (Bug#6767). + 2010-07-31 Eli Zaretskii <eliz@gnu.org> * files.el (bidi-paragraph-direction): Define safe local values.
--- a/lisp/faces.el Sat Jul 31 20:13:03 2010 +0300 +++ b/lisp/faces.el Sat Jul 31 19:21:16 2010 +0200 @@ -376,7 +376,7 @@ (defun face-all-attributes (face &optional frame) "Return an alist stating the attributes of FACE. Each element of the result has the form (ATTR-NAME . ATTR-VALUE). -Normally the value describes the default attributes, +If FRAME is omitted or nil the value describes the default attributes, but if you specify FRAME, the value describes the attributes of FACE on FRAME." (mapcar (lambda (pair)