emacs-diffs
[Top][All Lists]
Advanced

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

master 7882c77a1e 3/4: Doc fix; quote keys in face-remap.el


From: Stefan Kangas
Subject: master 7882c77a1e 3/4: Doc fix; quote keys in face-remap.el
Date: Mon, 4 Jul 2022 11:02:15 -0400 (EDT)

branch: master
commit 7882c77a1eff9f65682f9425e935626e8f3e99cc
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Doc fix; quote keys in face-remap.el
    
    * lisp/face-remap.el (text-scale-adjust, global-text-scale-adjust):
    Doc fix; quote keys.
---
 lisp/face-remap.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/face-remap.el b/lisp/face-remap.el
index 7037bc58cb..467ccbc299 100644
--- a/lisp/face-remap.el
+++ b/lisp/face-remap.el
@@ -372,9 +372,9 @@ INC may be passed as a numeric prefix argument.
 The actual adjustment made depends on the final component of the
 keybinding used to invoke the command, with all modifiers removed:
 
-   +, =   Increase font size in current buffer by one step
-   -      Decrease font size in current buffer by one step
-   0      Reset the font size to the global default
+   \\`+', \\`='   Increase font size in current buffer by one step
+   \\`-'      Decrease font size in current buffer by one step
+   \\`0'      Reset the font size to the global default
 
 After adjusting, continue to read input events and further adjust
 the font size as long as the input event read
@@ -479,9 +479,9 @@ Interactively, INCREMENT may be passed as a numeric prefix 
argument.
 The adjustment made depends on the final component of the key binding
 used to invoke the command, with all modifiers removed:
 
-   +, =   Globally increase the height of the default face
-   -      Globally decrease the height of the default face
-   0      Globally reset the height of the default face
+   \\`+', \\`='   Globally increase the height of the default face
+   \\`-'      Globally decrease the height of the default face
+   \\`0'      Globally reset the height of the default face
 
 After adjusting, further adjust the font size as long as the key,
 with all modifiers removed, is one of the above characters.



reply via email to

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