]> git.eshelyaron.com Git - emacs.git/commitdiff
Document new argument of `list-faces-display'.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 2 Jun 2005 10:06:14 +0000 (10:06 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 2 Jun 2005 10:06:14 +0000 (10:06 +0000)
etc/NEWS

index 3e5a12fde9a18530bc940efe8ebc45c9b36bfe06..1e88f1d1b41495a93f8307e558b4312dc3c6db51 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -349,6 +349,10 @@ understand two new boolean pseudo-frame-parameters `same-frame' and
 ** 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 @@ It returns nil if the given Lisp form can't possibly do anything
 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:
 
 +++