nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit aa553ee5d63c3e8ebb16be06a61070ccbcad853a
parent a8961c561fc9f6bc4967623d1ed84bc66eb7ed31
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat, 28 Aug 2021 10:20:31 +0200

docs: correct the descriptions of how to invoke the spell checker

The keystrokes to invoke it changed in version 5.0.

Diffstat:
Mdoc/nano.1 | 2+-
Mdoc/nano.texi | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/nano.1 b/doc/nano.1 @@ -67,7 +67,7 @@ When a more precise piece of text needs to be cut or copied, you can mark its start with \fB^6\fR, move the cursor to its end (the marked text will be highlighted), and then use \fB^K\fR to cut it, or \fBM\-6\fR to copy it to the cutbuffer. You can also save the marked text to a file with \fB^O\fR, or -spell check it with \fB^T\fR. +spell check it with \fB^T^T\fR. .sp On some terminals, text can be selected also by holding down Shift while using the arrow keys. Holding down the Ctrl or Alt key too will increase diff --git a/doc/nano.texi b/doc/nano.texi @@ -591,7 +591,7 @@ or @kbd{M-A} and then moving the cursor to the other end of the portion to be selected. The selected portion of text will be highlighted. This selection can now be cut or copied in its entirety with a single @kbd{^K} or @kbd{M-6}. Or the selection can be used to limit the scope of -a search-and-replace (@kbd{^\}) or spell-checking session (@kbd{^T}). +a search-and-replace (@kbd{^\}) or spell-checking session (@kbd{^T^T}). On some terminals, text can be selected also by holding down @kbd{Shift} while using the cursor keys. Holding down the @kbd{Ctrl} or @kbd{Alt}