diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/mule.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index a16a9ea8f71..ab6125f5745 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -1671,6 +1671,10 @@ used. Some examples are: | |||
| 1671 | nil 'append) | 1671 | nil 'append) |
| 1672 | @end example | 1672 | @end example |
| 1673 | 1673 | ||
| 1674 | When modifying the fontset for the @code{symbol} script, the value of | ||
| 1675 | @code{use-default-font-for-symbols} will affect whether the fontset is | ||
| 1676 | actually used. | ||
| 1677 | |||
| 1674 | @noindent | 1678 | @noindent |
| 1675 | @xref{Fontsets, , , elisp, GNU Emacs Lisp Reference Manual}, for more | 1679 | @xref{Fontsets, , , elisp, GNU Emacs Lisp Reference Manual}, for more |
| 1676 | details about using the @code{set-fontset-font} function. | 1680 | details about using the @code{set-fontset-font} function. |
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 |