diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-06-20 16:05:05 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-06-20 16:05:05 +0300 |
commit | 0c8bc8e6d93d901c96770f798f41cb6aaafdb678 (patch) | |
tree | 58ac5f9a8899fce094542140ac4a9385b9f92403 /lisp/face-remap.el | |
parent | 4cc2f820b500ed2f8fad9baa2cf4a057f271a006 (diff) | |
download | emacs-0c8bc8e6d93d901c96770f798f41cb6aaafdb678.tar.gz emacs-0c8bc8e6d93d901c96770f798f41cb6aaafdb678.tar.bz2 emacs-0c8bc8e6d93d901c96770f798f41cb6aaafdb678.zip |
; Fix recent change of documentation of face-remap
* lisp/face-remap.el (text-scale-adjust):
* doc/emacs/display.texi (Text Scale): Fix wording of recent
changes to documentation.
Diffstat (limited to 'lisp/face-remap.el')
-rw-r--r-- | lisp/face-remap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/face-remap.el b/lisp/face-remap.el index 75d7333f8a4..d6116714082 100644 --- a/lisp/face-remap.el +++ b/lisp/face-remap.el @@ -393,7 +393,7 @@ a top-level keymap, `text-scale-increase' or Most faces are affected by these font size changes, but not faces that have an explicit `:height' setting. The two exceptions to -this are the `default' and `header' faces: They will both be +this are the `default' and `header-line' faces: they will both be scaled even if they have an explicit `:height' setting." (interactive "p") (let ((ev last-command-event) |