]> git.eshelyaron.com Git - emacs.git/commit
Document 'use-default-font-for-symbols' more
authorRobert Pluim <rpluim@gmail.com>
Fri, 19 Apr 2024 13:14:11 +0000 (15:14 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 16 May 2024 08:21:43 +0000 (10:21 +0200)
commit0711809c5f3c23fb051e1dab364703aeef22d530
treebbc4c89b7c62bd4214c31f134380b422003b2f1f
parent6f2043a1b1f79598af3eef286c2ed542195ffefd
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.

(cherry picked from commit 45ebb66ccf28c1df63cfcfa00891be4e48cdedda)
doc/emacs/mule.texi
doc/lispref/display.texi
src/fontset.c