Variable: text-scale-mode-step

text-scale-mode-step is a customizable variable defined in face-remap.el.gz.

Value

1.2

Documentation

Scale factor used by text-scale-mode(var)/text-scale-mode(fun).

Each positive or negative step scales the size of the default face's font by this amount.

This variable was added, or its default value changed, in Emacs 23.1.

Probably introduced at or before Emacs version 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/face-remap.el.gz
;; ----------------------------------------------------------------
;; text-scale-mode

(defcustom text-scale-mode-step 1.2
  "Scale factor used by `text-scale-mode'.
Each positive or negative step scales the size of the `default'
face's font by this amount."
  :group 'display
  :type 'number
  :version "23.1")