From 4d3786ace1bc396d016684f799e5ae844a17b886 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 20 Sep 2011 21:33:33 -0400 Subject: [PATCH] * doc/lispref/display.texi (Face Functions): `face-list' returns faces. Fixes: debbugs:9564 --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/display.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 09958f6b7e0..70f6c9b7f22 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2011-09-21 Stefan Monnier + + * display.texi (Face Functions): `face-list' returns faces (bug#9564). + 2011-09-19 Lars Magne Ingebrigtsen * errors.texi (Standard Errors): Remove apparent placeholder text diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 68291319ef1..3002a4c220d 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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 -- 2.11.4.GIT