aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-02 10:06:14 +0000
committerJuanma Barranquero2005-06-02 10:06:14 +0000
commita2e6384d44559b23890969a21d579bf35cd85d88 (patch)
tree8b3342500e42f376df5898b69740cea7ab7d53dd
parent52eb0373913e6b085d6b3b69aff7b027f058ec3c (diff)
downloademacs-a2e6384d44559b23890969a21d579bf35cd85d88.tar.gz
emacs-a2e6384d44559b23890969a21d579bf35cd85d88.zip
Document new argument of `list-faces-display'.
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3e5a12fde9a..1e88f1d1b41 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -349,6 +349,10 @@ understand two new boolean pseudo-frame-parameters `same-frame' and
349** The default for the paper size (variable ps-paper-type) is taken 349** The default for the paper size (variable ps-paper-type) is taken
350from the locale. 350from the locale.
351 351
352** The command `list-faces-display' now accepts a prefix arg.
353When passed, the function prompts for a regular expression and lists
354only faces matching this regexp.
355
352** Mark command changes: 356** Mark command changes:
353 357
354+++ 358+++
@@ -3137,6 +3141,10 @@ It returns nil if the given Lisp form can't possibly do anything
3137dangerous; otherwise it returns a reason why the form might be unsafe 3141dangerous; otherwise it returns a reason why the form might be unsafe
3138(calls unknown function, alters global variable, etc). 3142(calls unknown function, alters global variable, etc).
3139 3143
3144*** `list-faces-display' takes an optional argument, REGEXP.
3145
3146If it is non-nil, the function lists only faces matching this regexp.
3147
3140** Lisp code indentation features: 3148** Lisp code indentation features:
3141 3149
3142+++ 3150+++