[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: face-font-rescale-alist not documented
From: |
Kenichi Handa |
Subject: |
Re: face-font-rescale-alist not documented |
Date: |
Thu, 10 Apr 2003 15:30:32 +0900 (JST) |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
In article <address@hidden>, Werner LEMBERG <address@hidden> writes:
> It seems that the new `face-font-rescale-alist' variable isn't
> documented.
?? I wrote the docstring as this (in xfaces.c).
DEFVAR_LISP ("face-font-rescale-alist", &Vface_font_rescale_alist,
doc: /* Alist of fonts vs the rescaling factors.
Each element is a cons (FONT-NAME-PATTERN . RESCALE-RATIO), where
FONT-NAME-PATTERN is a regular expression matching a font name, and
RESCALE-RATIO is a floating point number to specify how much larger
\(or smaller) font we should use. For instance, if a face requests
a font of 10 point, we actually use a font of 10 * RESCALE-RATIO point. */);
But, hmmm, something is wrong. C-x v
face-font-rescale-alist RET surely shows the above
docstring, but there are two empty lines after the first
line in *Help* in my case!?!
---
Ken'ichi HANDA
address@hidden