diff options
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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 |
| 350 | from the locale. | 350 | from the locale. |
| 351 | 351 | ||
| 352 | ** The command `list-faces-display' now accepts a prefix arg. | ||
| 353 | When passed, the function prompts for a regular expression and lists | ||
| 354 | only 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 | |||
| 3137 | dangerous; otherwise it returns a reason why the form might be unsafe | 3141 | dangerous; 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 | |||
| 3146 | If 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 | +++ |