diff options
| author | Robert Pluim | 2024-04-19 15:14:11 +0200 |
|---|---|---|
| committer | Robert Pluim | 2024-05-14 17:18:32 +0200 |
| commit | 45ebb66ccf28c1df63cfcfa00891be4e48cdedda (patch) | |
| tree | c5d81dddc711c0c193600636357ecb66af8be3b0 /src/fontset.c | |
| parent | 8074c08cd553ab6ee5ffe61cc2e56fb1e0a4fe34 (diff) | |
| download | emacs-45ebb66ccf28c1df63cfcfa00891be4e48cdedda.tar.gz emacs-45ebb66ccf28c1df63cfcfa00891be4e48cdedda.zip | |
Document 'use-default-font-for-symbols' more
"why does my set-fontset-font call not work for symbols" is a common
question, and it's because 'use-default-font-for-symbols' is not
discoverable enough.
* doc/emacs/mule.texi (Modifying Fontsets): Mention it here.
* doc/lispref/display.texi (Fontsets): And here.
* src/fontset.c (Fset_fontset_font): And most importantly here.
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index a98d75606b3..bac04119957 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1501,7 +1501,8 @@ CHARACTERS may be a script symbol. In that case, use FONT-SPEC for | |||
| 1501 | all the characters that belong to the script. See the variable | 1501 | all the characters that belong to the script. See the variable |
| 1502 | `script-representative-chars' for the list of known scripts, and | 1502 | `script-representative-chars' for the list of known scripts, and |
| 1503 | see the variable `char-script-table' for the script of any specific | 1503 | see the variable `char-script-table' for the script of any specific |
| 1504 | character. | 1504 | character. Note: for the `symbol' script only, whether the FONTSET |
| 1505 | is actually used depends on the value of `use-default-font-for-symbols'. | ||
| 1505 | 1506 | ||
| 1506 | CHARACTERS may be a charset symbol. In that case, use FONT-SPEC for | 1507 | CHARACTERS may be a charset symbol. In that case, use FONT-SPEC for |
| 1507 | all the characters in the charset. See `list-character-sets' and | 1508 | all the characters in the charset. See `list-character-sets' and |