comparison lisp/faces.el @ 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 c39052c921b5
comparison
equal deleted inserted replaced
5621:8265913e617b 5622:4b4b37ddb7fd
555 "Return the name of FACE's foreground color in DOMAIN. 555 "Return the name of FACE's foreground color in DOMAIN.
556 556
557 FACE may be either a face object or a symbol representing a face. 557 FACE may be either a face object or a symbol representing a face.
558 558
559 Normally DOMAIN will be a window or nil (meaning the selected window), 559 Normally DOMAIN will be a window or nil (meaning the selected window),
560 and an instance object describing how the background appears in that 560 and an instance object describing how the foreground appears in that
561 particular window and buffer will be returned. 561 particular window and buffer will be returned.
562 562
563 See `face-property-instance' for more information." 563 See `face-property-instance' for more information."
564 (color-instance-name (face-foreground-instance 564 (color-instance-name (face-foreground-instance
565 face domain default no-fallback))) 565 face domain default no-fallback)))