]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/misc/ert.texi (Running Tests Interactively): Fix markup.
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Sep 2021 15:46:33 +0000 (18:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Sep 2021 15:46:33 +0000 (18:46 +0300)
doc/misc/ert.texi

index b1695ac1729d448d2bd0376038f0f95bf72bf745..c84d951bcc89edce2430e79d8e773f9b17971baf 100644 (file)
@@ -264,13 +264,13 @@ The following key bindings are available in the ERT results buffer:
 
 @table @kbd
 
-@item RET
+@item @key{RET}
 @kindex RET@r{, in ert results buffer}
 Each name of a function or macro in this buffer is a button; moving
 point to it and typing @kbd{@key{RET}} jumps to its definition.
 
-@item TAB
-@itemx S-TAB
+@item @key{TAB}
+@itemx S-@key{TAB}
 @kindex TAB@r{, in ert results buffer}
 @kindex S-TAB@r{, in ert results buffer}
 Cycle between buttons forward and backward.