From: Benno Schulenberg <bensberg@telfort.nl>
Date: Fri, 29 Nov 2019 10:42:51 +0000 (+0100)
Subject: add <tt> tags around a keystroke
X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=36934144eb08d0db59161a77ee0bba1a88f5ae19;p=nano-editor.git

add <tt> tags around a keystroke
---

diff --git a/news.php b/news.php
index 984a8ba..7eaa38c 100644
--- 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>