emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 8ad48a0: Improve doc string of 'text-scale-adjust'


From: Eli Zaretskii
Subject: emacs-27 8ad48a0: Improve doc string of 'text-scale-adjust'
Date: Sat, 6 Feb 2021 07:32:10 -0500 (EST)

branch: emacs-27
commit 8ad48a0bdd0806fe3bfbabf00c845381d9107cb0
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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)
---
 lisp/face-remap.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/face-remap.el b/lisp/face-remap.el
index 49b01d0..6c3f408 100644
--- a/lisp/face-remap.el
+++ b/lisp/face-remap.el
@@ -325,9 +325,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]