diff options
| author | Eli Zaretskii | 2024-10-21 13:01:53 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-10-21 13:01:53 +0300 |
| commit | 6be47058cd741e5868f5c2fdef0fd59e296f18b6 (patch) | |
| tree | c1d1065c637aac0bd0b483deef7f05a49cf5d8b6 /doc | |
| parent | 681f70ea04a30bb43bb87448a6d71458d773d247 (diff) | |
| download | emacs-6be47058cd741e5868f5c2fdef0fd59e296f18b6.tar.gz emacs-6be47058cd741e5868f5c2fdef0fd59e296f18b6.zip | |
; Add indexing for 'use-default-font-for-symbols'
* doc/emacs/mule.texi (Modifying Fontsets):
* doc/lispref/display.texi (Fontsets): Index
'use-default-font-for-symbols'.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/mule.texi | 1 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 8b16c661a7e..84edc0d086a 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -1681,6 +1681,7 @@ used. Some examples are: | |||
| 1681 | nil 'append) | 1681 | nil 'append) |
| 1682 | @end example | 1682 | @end example |
| 1683 | 1683 | ||
| 1684 | @vindex use-default-font-for-symbols | ||
| 1684 | When modifying the fontset for the @code{symbol} script, the value of | 1685 | When modifying the fontset for the @code{symbol} script, the value of |
| 1685 | @code{use-default-font-for-symbols} will affect whether the fontset is | 1686 | @code{use-default-font-for-symbols} will affect whether the fontset is |
| 1686 | actually used. | 1687 | actually used. |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 1d5ba98f062..3492f4dc29b 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -4025,6 +4025,7 @@ in the range @var{from} and @var{to} (inclusive). | |||
| 4025 | @var{characters} may be a charset symbol (@pxref{Character Sets}). In | 4025 | @var{characters} may be a charset symbol (@pxref{Character Sets}). In |
| 4026 | that case, use @var{font-spec} for all the characters in the charset. | 4026 | that case, use @var{font-spec} for all the characters in the charset. |
| 4027 | 4027 | ||
| 4028 | @vindex use-default-font-for-symbols | ||
| 4028 | @var{characters} may be a script symbol (@pxref{Character Properties, | 4029 | @var{characters} may be a script symbol (@pxref{Character Properties, |
| 4029 | char-script-table}). In that case, use @var{font-spec} for all the | 4030 | char-script-table}). In that case, use @var{font-spec} for all the |
| 4030 | characters belonging to the script. See also | 4031 | characters belonging to the script. See also |