mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
* lisp/faces.el (face-list): Fix docstring.
Fixes: debbugs:9564
This commit is contained in:
parent
8d28cb95b9
commit
94ab793f89
@ -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…
Reference in New Issue
Block a user