From 211a9f6b25438cf81c871034ed042eac24595e08 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 11 Apr 2003 07:45:15 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 11ea9a08717..74d85d8d2cd 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1179,6 +1179,12 @@ timing measurements of code (including the garbage collection component). * Lisp Changes in Emacs 21.4 +** The variable `face-font-rescale-alist' specifies how much larger +(or smaller) font we should use. For instance, if the value is +'((SOME-FONTNAME-PATTERN . 1.3) and a face requests a font of 10 +point, we actually use a font of 13 point if the font matches +SOME-FONTNAME-PATTERN. + ** The function `number-sequence' returns a list of equally-separated numbers. For instance, (number-sequence 4 9) returns (4 5 6 7 8 9). By default, the separation is 1, but you can specify a different separation -- 2.39.2