diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 011738df268..a9f89406070 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -3983,7 +3983,9 @@ that case, use @var{font-spec} for all the characters in the charset. | |||
| 3983 | 3983 | ||
| 3984 | @var{characters} may be a script symbol (@pxref{Character Properties, | 3984 | @var{characters} may be a script symbol (@pxref{Character Properties, |
| 3985 | char-script-table}). In that case, use @var{font-spec} for all the | 3985 | char-script-table}). In that case, use @var{font-spec} for all the |
| 3986 | characters belonging to the script. | 3986 | characters belonging to the script. See also |
| 3987 | @code{use-default-font-for-symbols}, which affects font selection | ||
| 3988 | when @var{fontset} is @code{symbol}. | ||
| 3987 | 3989 | ||
| 3988 | @var{characters} may be @code{nil}, which means to use @var{font-spec} | 3990 | @var{characters} may be @code{nil}, which means to use @var{font-spec} |
| 3989 | for any character in @var{fontset} for which no font-spec is | 3991 | for any character in @var{fontset} for which no font-spec is |