]> git.eshelyaron.com Git - emacs.git/commit
Clarify documentation of functions that use the default face
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 Dec 2019 15:42:19 +0000 (17:42 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 Dec 2019 15:43:26 +0000 (17:43 +0200)
commit30eac47981c0d0d97221d5b94fd91ada99097de4
tree6f27d30a4653b7d1e44afb3b3ec5914c73633eaf
parent1171fa32ca0bc7682b9fdc93babebc4c4feed104
Clarify documentation of functions that use the default face

* lisp/simple.el (default-font-height, default-font-width)
(default-line-height): Say in the doc strings that the default
face these functions use is for the currently selected frame.

* doc/lispref/display.texi (Attribute Functions)
(Low-Level Font): Document more clearly the dependence of the
results of 'face-font', 'default-font-width', and
'default-font-height' on the frame's definition of the default
face.
doc/lispref/display.texi
lisp/simple.el