From: Eli Zaretskii Date: Mon, 21 Oct 2024 10:01:53 +0000 (+0300) Subject: ; Add indexing for 'use-default-font-for-symbols' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4770bad6d9bab6a1f26f02e2dbb68e3debdd065;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'. (cherry picked from commit 6be47058cd741e5868f5c2fdef0fd59e296f18b6) --- 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 f756070d05b..3f95e96b1db 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -4051,6 +4051,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