diff options
author | Glenn Morris <rgm@gnu.org> | 2021-02-06 08:10:38 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-02-06 08:10:38 -0800 |
commit | c0d504eb7e0922be9f9ec6d9b7f1a27c5fc31b33 (patch) | |
tree | 0eff275884c2392219cea211e538993d65927b43 /lisp/face-remap.el | |
parent | fdc56b5d567b2e5aac017582a75b34351d53b867 (diff) | |
parent | 8ad48a0bdd0806fe3bfbabf00c845381d9107cb0 (diff) | |
download | emacs-c0d504eb7e0922be9f9ec6d9b7f1a27c5fc31b33.tar.gz |
Merge from origin/emacs-27
8ad48a0bdd (origin/emacs-27) Improve doc string of 'text-scale-adjust'
7a25ff767d Clarify the indent-rigidly doc string
6c5ddf0e0b Fix two small tab bar issues
c71e08eba9 Fix last change in syntax.texi
# Conflicts:
# lisp/indent.el
Diffstat (limited to 'lisp/face-remap.el')
-rw-r--r-- | lisp/face-remap.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/face-remap.el b/lisp/face-remap.el index 7fbf0c42be7..5914ee4a202 100644 --- a/lisp/face-remap.el +++ b/lisp/face-remap.el @@ -354,9 +354,9 @@ INC may be passed as a numeric prefix argument. The actual adjustment made depends on the final component of the key-binding used to invoke the command, with all modifiers removed: - +, = Increase the default face height by one step - - Decrease the default face height by one step - 0 Reset the default face height to the global default + +, = Increase the height of the default face by one step + - Decrease the height of the default face by one step + 0 Reset the height of the default face to the global default After adjusting, continue to read input events and further adjust the face height as long as the input event read |