summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-20 01:26:05 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-20 01:26:05 +0200
commit9bf520593c81735398c3a8369df9854586218913 (patch)
treef3f569f276370e24e37e15bca27aa2e426bab4b5 /lisp/play
parente02ebe91379459efc9c5fc7bb9de38fcf0e59cd7 (diff)
downloademacs-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/play')
-rw-r--r--lisp/play/gamegrid.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el
index 55c9244f2e4..7a850b07ee4 100644
--- a/lisp/play/gamegrid.el
+++ b/lisp/play/gamegrid.el
@@ -458,6 +458,7 @@ convert to an Emacs image-spec instead")
;; Adjust the height of the default face to the height of the
;; images. Unlike XEmacs, Emacs doesn't allow making the default
;; face buffer-local; so we do this with an overlay.
+ ;; FIXME: This is not correct. See face-remap.el.
(when (eq gamegrid-display-mode 'glyph)
(overlay-put (make-overlay (point-min) (point-max))
'face gamegrid-face))