diff 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
line wrap: on
line diff
--- a/lisp/faces.el	Tue Dec 27 15:32:42 2011 +0100
+++ b/lisp/faces.el	Tue Dec 27 15:34:31 2011 +0100
@@ -557,7 +557,7 @@
 FACE may be either a face object or a symbol representing a face.
 
 Normally DOMAIN will be a window or nil (meaning the selected window),
-  and an instance object describing how the background appears in that
+  and an instance object describing how the foreground appears in that
   particular window and buffer will be returned.
 
 See `face-property-instance' for more information."