summaryrefslogtreecommitdiff
path: root/lisp/face-remap.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-07-02 17:52:23 +0300
committerEli Zaretskii <eliz@gnu.org>2022-07-02 17:52:23 +0300
commitd06bc48716e53b77b39026db813bb0386ae53209 (patch)
tree58267dc3253678d7123e91af3f525268d8557e48 /lisp/face-remap.el
parent0bb6b2dd1eee72788bed6d16bc6e4502e52b4e1c (diff)
downloademacs-d06bc48716e53b77b39026db813bb0386ae53209.tar.gz
; Minor fixes for 'global-text-scale-adjust'
* doc/emacs/display.texi (Text Scale): Improve indexing. * lisp/mwheel.el (mouse-wheel-global-text-scale): Doc fix. * lisp/face-remap.el (global-text-scale-adjust-resizes-frames): Fix a typo. (global-text-scale-adjust-limits): Doc fix. (Bug#48307)
Diffstat (limited to 'lisp/face-remap.el')
-rw-r--r--lisp/face-remap.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/face-remap.el b/lisp/face-remap.el
index bfc138b043f..ade650c629e 100644
--- a/lisp/face-remap.el
+++ b/lisp/face-remap.el
@@ -452,12 +452,12 @@ See also the related command `global-text-scale-adjust'."
:type '(choice (const :tag "Off" nil)
(const :tag "On" t))
:group 'display
- :version "28.1")
+ :version "29.1")
(defcustom global-text-scale-adjust-limits '(10 . 500)
"Min/max values for `global-text-scale-adjust'.
This is a cons cell where the `car' has the minimum font size and
-the `cdr' has the max font size."
+the `cdr' has the maximum font size, in units of 1/10 pt."
:version "29.1"
:group 'display
:type '(cons (integer :tag "Min")