* lisp/faces.el (face-list): Fix docstring.
Fixes: debbugs:9564
This commit is contained in:
parent
8d28cb95b9
commit
94ab793f89
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* faces.el (face-list): Fix docstring (bug#9564).
|
||||
|
||||
* window.el (display-buffer--action-function-custom-type):
|
||||
Don't include internal functions in the Custom interface.
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ REGISTRY, ALTERNATIVE1, ALTERNATIVE2, and etc."
|
|||
|
||||
|
||||
(defun face-list ()
|
||||
"Return a list of all defined face names."
|
||||
"Return a list of all defined faces."
|
||||
(mapcar #'car face-new-frame-defaults))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue