aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-02-06 14:31:51 +0200
committerEli Zaretskii2021-02-06 14:31:51 +0200
commit8ad48a0bdd0806fe3bfbabf00c845381d9107cb0 (patch)
treebd65a6950c8143f8ec7239f703cd40e0f71dad27
parent7a25ff767df7a323898a59531a1c518b1bc28699 (diff)
downloademacs-8ad48a0bdd0806fe3bfbabf00c845381d9107cb0.tar.gz
emacs-8ad48a0bdd0806fe3bfbabf00c845381d9107cb0.zip
Improve doc string of 'text-scale-adjust'
* lisp/face-remap.el (text-scale-adjust): Clarify that "default face height" refers to the 'default' face. (Bug#25168)
-rw-r--r--lisp/face-remap.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/face-remap.el b/lisp/face-remap.el
index 49b01d02a3d..6c3f4082fdf 100644
--- a/lisp/face-remap.el
+++ b/lisp/face-remap.el
@@ -325,9 +325,9 @@ INC may be passed as a numeric prefix argument.
325The actual adjustment made depends on the final component of the 325The actual adjustment made depends on the final component of the
326key-binding used to invoke the command, with all modifiers removed: 326key-binding used to invoke the command, with all modifiers removed:
327 327
328 +, = Increase the default face height by one step 328 +, = Increase the height of the default face by one step
329 - Decrease the default face height by one step 329 - Decrease the height of the default face by one step
330 0 Reset the default face height to the global default 330 0 Reset the height of the default face to the global default
331 331
332After adjusting, continue to read input events and further adjust 332After adjusting, continue to read input events and further adjust
333the face height as long as the input event read 333the face height as long as the input event read