changeset 62959:90329069eb0f

Document new argument of `list-faces-display'.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 02 Jun 2005 10:06:14 +0000
parents a8aa893e7e77
children 31ebc6690b8b
files etc/NEWS
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Jun 01 23:49:36 2005 +0000
+++ b/etc/NEWS	Thu Jun 02 10:06:14 2005 +0000
@@ -349,6 +349,10 @@
 ** The default for the paper size (variable ps-paper-type) is taken
 from the locale.
 
+** The command `list-faces-display' now accepts a prefix arg.
+When passed, the function prompts for a regular expression and lists
+only faces matching this regexp.
+
 ** Mark command changes:
 
 +++
@@ -3137,6 +3141,10 @@
 dangerous; otherwise it returns a reason why the form might be unsafe
 (calls unknown function, alters global variable, etc).
 
+*** `list-faces-display' takes an optional argument, REGEXP.
+
+If it is non-nil, the function lists only faces matching this regexp.
+
 ** Lisp code indentation features:
 
 +++