]> git.wh0rd.org - nano-editor.git/commitdiff
add <tt> tags around a keystroke
authorBenno Schulenberg <bensberg@telfort.nl>
Fri, 29 Nov 2019 10:42:51 +0000 (11:42 +0100)
committerBenno Schulenberg <bensberg@telfort.nl>
Fri, 29 Nov 2019 10:42:51 +0000 (11:42 +0100)
news.php

index 984a8ba27d13af55c6dd0b3e362c954ddbd10761..7eaa38c8c3d2e743cbd1ef0c72ab66f6235d84e8 100644 (file)
--- a/news.php
+++ b/news.php
@@ -23,7 +23,7 @@
 <li>The 'formatter' command has returned, bound by default to <tt>M-F</tt>.<br>
   It allows running a syntax-specific command on the contents of<br>
   the buffer.</li>
-<li>^T will try to run 'hunspell' before 'spell', because it checks<br>
+<li><tt>^T</tt> will try to run 'hunspell' before 'spell', because it checks<br>
   spellling for the locale's language and understands UTF-8.</li>
 <li>Multiple errors or warnings on startup will no longer slow nano<br>
   down but will be indicated on the status bar with trailing dots.</li>