diff options
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1181,7 +1181,7 @@ timing measurements of code (including the garbage collection component). | |||
| 1181 | 1181 | ||
| 1182 | ** The variable `face-font-rescale-alist' specifies how much larger | 1182 | ** The variable `face-font-rescale-alist' specifies how much larger |
| 1183 | (or smaller) font we should use. For instance, if the value is | 1183 | (or smaller) font we should use. For instance, if the value is |
| 1184 | '((SOME-FONTNAME-PATTERN . 1.3) and a face requests a font of 10 | 1184 | '((SOME-FONTNAME-PATTERN . 1.3)) and a face requests a font of 10 |
| 1185 | point, we actually use a font of 13 point if the font matches | 1185 | point, we actually use a font of 13 point if the font matches |
| 1186 | SOME-FONTNAME-PATTERN. | 1186 | SOME-FONTNAME-PATTERN. |
| 1187 | 1187 | ||