From 3776670694ae5034dd68cce55b75f927768d4911 Mon Sep 17 00:00:00 2001 From: Jan D Date: Sat, 31 Jul 2010 19:21:16 +0200 Subject: [PATCH] * faces.el (face-all-attributes): Improved documentation (Bug#6767). --- lisp/ChangeLog | 4 ++++ lisp/faces.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * faces.el (face-all-attributes): Improved documentation (Bug#6767). + 2010-07-31 Eli Zaretskii * 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) -- 2.39.2