diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-20 01:26:05 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-20 01:26:05 +0200 |
commit | 9bf520593c81735398c3a8369df9854586218913 (patch) | |
tree | f3f569f276370e24e37e15bca27aa2e426bab4b5 /lisp/cus-face.el | |
parent | e02ebe91379459efc9c5fc7bb9de38fcf0e59cd7 (diff) | |
download | emacs-9bf520593c81735398c3a8369df9854586218913.tar.gz emacs-9bf520593c81735398c3a8369df9854586218913.tar.bz2 emacs-9bf520593c81735398c3a8369df9854586218913.zip |
Update font scaling documentation to not talk about "face height"
* lisp/play/gamegrid.el (gamegrid-init-buffer):
* lisp/mwheel.el (mouse-wheel-scroll-amount):
(mouse-wheel-text-scale):
* lisp/faces.el (set-face-attribute):
* lisp/face-remap.el (text-scale-mode-step):
(text-scale-increase):
(text-scale-adjust):
* lisp/cus-face.el (custom-face-attributes):
* doc/emacs/frames.texi (Mouse Commands):
* doc/emacs/display.texi (Text Scale): Talk about font sized instead
of "face height" (bug#46853).
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r-- | lisp/cus-face.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 80d0aaa0d51..73a33f064c8 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -83,9 +83,9 @@ (:height (choice :tag "Height" - :help-echo "Face's font height." + :help-echo "Face's font size." :value 1.0 ; default - (integer :tag "Height in 1/10 pt") + (integer :tag "Font size in 1/10 pt") (number :tag "Scale" 1.0))) (:weight |