diff options
author | Jan D <jan.h.d@swipnet.se> | 2010-07-31 19:21:16 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2010-07-31 19:21:16 +0200 |
commit | 3776670694ae5034dd68cce55b75f927768d4911 (patch) | |
tree | edc7212d44d40c1d0c14f2402151d000a572816c /lisp | |
parent | 5e620ecaab0e08df6bdbaa592c9013115a754581 (diff) | |
download | emacs-3776670694ae5034dd68cce55b75f927768d4911.tar.gz emacs-3776670694ae5034dd68cce55b75f927768d4911.tar.bz2 emacs-3776670694ae5034dd68cce55b75f927768d4911.zip |
* faces.el (face-all-attributes): Improved documentation (Bug#6767).
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/faces.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0031d1be26d..009eb0712c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/faces.el b/lisp/faces.el index 83c7c8b2a0f..b7c238e14f3 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -376,7 +376,7 @@ FRAME nil or not specified means do it for all frames." (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) |