]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix; quote keys in face-remap.el
authorStefan Kangas <stefan@marxist.se>
Mon, 4 Jul 2022 14:54:38 +0000 (16:54 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 4 Jul 2022 15:01:53 +0000 (17:01 +0200)
* lisp/face-remap.el (text-scale-adjust, global-text-scale-adjust):
Doc fix; quote keys.

lisp/face-remap.el

index 7037bc58cb2ea0e2e55f877ec79b6fcdf13f2226..467ccbc2991c20013ab5b1e8de7ae231cddac9f4 100644 (file)
@@ -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.