]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation of font- and face-related attribute functions
authorEli Zaretskii <eliz@gnu.org>
Thu, 28 Apr 2022 14:53:36 +0000 (17:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 28 Apr 2022 14:53:36 +0000 (17:53 +0300)
commit3b6338c8c351cce721f2f1aa115cadc401179d5c
tree379ecf8cd236b8e7948c41917aba181332da19c6
parent37234157437228174a626fa10353f377179dc46e
Improve documentation of font- and face-related attribute functions

* lisp/faces.el (face-attribute):
* src/xfaces.c (Fx_family_fonts):
* src/font.c (Ffont_get, Ffont_put): Improve and clarify the doc
strings.

* doc/lispref/display.texi (Low-Level Font): Document the :type
attribute of a font.  Improve documentation of 'font-get' and
'font-put'.
(Attribute Functions): Add cross-reference to the description of
face attributes.
doc/lispref/display.texi
lisp/faces.el
src/font.c
src/xfaces.c