# HG changeset patch # User Didier Verna # Date 1324996471 -3600 # Node ID 4b4b37ddb7fd71056a1ace24f09414bcbbb7530e # Parent 8265913e617bfac0c9dd45cfb5872c11c16de060 Fix 'face-foreground-name docstring typo. -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2011-12-27 Didier Verna * faces.el (face-foreground-name): Fix docstring typo. diff -r 8265913e617b -r 4b4b37ddb7fd lisp/ChangeLog --- a/lisp/ChangeLog Tue Dec 27 15:32:42 2011 +0100 +++ b/lisp/ChangeLog Tue Dec 27 15:34:31 2011 +0100 @@ -1,3 +1,7 @@ +2011-12-27 Didier Verna + + * faces.el (face-foreground-name): Fix docstring typo. + 2011-12-27 Didier Verna * faces.el: Explicitely set the 'zmacs-region face to not shrink diff -r 8265913e617b -r 4b4b37ddb7fd lisp/faces.el --- 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."