From d4770bad6d9bab6a1f26f02e2dbb68e3debdd065 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 21 Oct 2024 13:01:53 +0300 Subject: [PATCH] ; 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) --- doc/emacs/mule.texi | 1 + doc/lispref/display.texi | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5