* doc/lispref/display.texi (Face Functions): `face-list' returns faces.
Fixes: debbugs:9564
This commit is contained in:
parent
94ab793f89
commit
4d3786ace1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* display.texi (Face Functions): `face-list' returns faces (bug#9564).
|
||||
|
||||
2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* errors.texi (Standard Errors): Remove apparent placeholder text
|
||||
|
|
|
@ -2598,7 +2598,7 @@ attributes @code{nil}. It does nothing if there is already a face named
|
|||
@end defun
|
||||
|
||||
@defun face-list
|
||||
This function returns a list of all defined face names.
|
||||
This function returns a list of all defined faces.
|
||||
@end defun
|
||||
|
||||
@defun copy-face old-face new-name &optional frame new-frame
|
||||
|
|
Loading…
Add table
Reference in a new issue