nano

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

commit 61d7ca4c419594b959368709e8cddf29ee9b29ec
parent 559858a3dd72ddc43b7589955f0767202f0e4d69
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Mon, 27 Jun 2016 09:35:05 +0200

docs: adjust the description of the verbatim function

Diffstat:
Mdoc/man/nanorc.5 | 2+-
Mdoc/texinfo/nano.texi | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 @@ -535,7 +535,7 @@ Switches to editing/viewing the previous buffer when multiple buffers are open. Switches to editing/viewing the next buffer when multiple buffers are open. .TP .B verbatim -Inserts the next character verbatim into the file. +Inserts the next keystroke verbatim into the file. .TP .B tab Inserts a tab at the current cursor location. diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi @@ -1121,7 +1121,7 @@ Switches to editing/viewing the previous buffer when multiple buffers are open. Switches to editing/viewing the next buffer when multiple buffers are open. @item verbatim -Inserts the next character verbatim into the file. +Inserts the next keystroke verbatim into the file. @item tab Inserts a tab at the current cursor location.