]> git.wh0rd.org - nano-editor.git/commitdiff
fix a typo and rewrap another paragraph
authorBenno Schulenberg <bensberg@telfort.nl>
Wed, 1 May 2024 08:56:27 +0000 (10:56 +0200)
committerBenno Schulenberg <bensberg@telfort.nl>
Wed, 1 May 2024 08:56:27 +0000 (10:56 +0200)
news.php

index 2f84aa196676f7de44dd219c9d729bbf403243c9..ae8c4c3f8bd720ca1ccd33c91dee42a765e37c05 100644 (file)
--- a/news.php
+++ b/news.php
@@ -12,7 +12,7 @@
 <td>
 <br><br>
 
-2024 may 1 - <b>GNU nano 8.0</b> <i>"Grus grus"</i>
+2024 May 1 - <b>GNU nano 8.0</b> <i>"Grus grus"</i>
 <br>
 <table><tr><td><ul>
 <li>By default <tt>^F</tt> is bound to starting a forward search, and <tt>^B</tt> to<br>
@@ -23,8 +23,8 @@
     <tt>^C</tt> copy, <tt>^V</tt> paste, <tt>^Z</tt> undo, <tt>^Y</tt> redo, <tt>^O</tt> open a file, <tt>^W</tt> write a file,<br>
     <tt>^R</tt> replace, <tt>^G</tt> find again, <tt>^D</tt> find again backwards, <tt>^A</tt> set the mark,<br>
     <tt>^T</tt> jump to a line, <tt>^P</tt> show the position, and <tt>^E</tt> execute.</li>
-<li>Above modern bindings are activated also when the name of nano's<br>
-    executable (or a symlink to it) starts with the letter "e".</li>
+<li>Above modern bindings are activated also when the name of<br>
+    nano's executable (or a symlink to it) starts with the letter "e".</li>
 <li>To open a file at a certain line number, one can now use also<br>
     `nano filename:number`, besides `nano +number filename`.</li>
 <li>&lt;Alt+Home&gt; and &lt;Alt+End&gt; put the cursor on the first and last<br>