[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106813: * faces.el (set-face-attribu
From: |
Lars Magne Ingebrigtsen |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106813: * faces.el (set-face-attribute): Clarify the meaning of the nil frame. |
Date: |
Sat, 07 Jan 2012 07:00:56 +0100 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106813
fixes bug(s): http://debbugs.gnu.org/10294
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2012-01-07 07:00:56 +0100
message:
* faces.el (set-face-attribute): Clarify the meaning of the nil frame.
modified:
lisp/ChangeLog
lisp/faces.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-01-07 05:57:57 +0000
+++ b/lisp/ChangeLog 2012-01-07 06:00:56 +0000
@@ -1,5 +1,8 @@
2012-01-07 Lars Magne Ingebrigtsen <address@hidden>
+ * faces.el (set-face-attribute): Clarify the meaning of the nil
+ frame (bug#10294).
+
* subr.el (with-selected-frame): Mention that the selected frame
is restored (bug#9980).
=== modified file 'lisp/faces.el'
--- a/lisp/faces.el 2012-01-05 09:46:05 +0000
+++ b/lisp/faces.el 2012-01-07 06:00:56 +0000
@@ -557,9 +557,10 @@
(defun set-face-attribute (face frame &rest args)
"Set attributes of FACE on FRAME from ARGS.
-FRAME nil means change attributes on all frames. FRAME t means change
-the default for new frames (this is done automatically each time an
-attribute is changed on all frames).
+If FRAME is nil this function sets the attributes for all
+existing frames, and the default for new frames. If FRAME is t,
+change the default for new frames (this is done automatically
+each time an attribute is changed on all frames).
ARGS must come in pairs ATTRIBUTE VALUE. ATTRIBUTE must be a valid
face attribute name. All attributes can be set to `unspecified';
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106813: * faces.el (set-face-attribute): Clarify the meaning of the nil frame.,
Lars Magne Ingebrigtsen <=