From: Eli Zaretskii Date: Mon, 21 Oct 2024 10:01:53 +0000 (+0300) Subject: ; Add indexing for 'use-default-font-for-symbols' X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~337 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6be47058cd741e5868f5c2fdef0fd59e296f18b6;p=emacs.git ; 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'. --- 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: nil 'append) @end example +@vindex use-default-font-for-symbols When modifying the fontset for the @code{symbol} script, the value of @code{use-default-font-for-symbols} will affect whether the fontset is 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). @var{characters} may be a charset symbol (@pxref{Character Sets}). In that case, use @var{font-spec} for all the characters in the charset. +@vindex use-default-font-for-symbols @var{characters} may be a script symbol (@pxref{Character Properties, char-script-table}). In that case, use @var{font-spec} for all the characters belonging to the script. See also