nano

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

commit 7ffc7b0438fce2399e9e4c9652cc33cfa95e609e
parent 1a8c90eec76200bb04daba7263b810f4e723bdf8
Author: Jordi Mallach <jordi@gnu.org>
Date:   Thu, 24 Jul 2014 16:11:20 +0000

* doc/texinfo/nano.texi, doc/man/nanorc.5: Typo fix.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5078 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +2014-07-24 Jordi Mallach <jordi@gnu.org> + * doc/texinfo/nano.texi, doc/man/nanorc.5: Typo fix. + 2014-07-22 Benno Schulenberg <bensberg@justemail.net> * doc/syntax/nanorc.nanorc: Remove 'undo' from the valid options. diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 @@ -464,7 +464,7 @@ Goes to the last line of the file. Goes to a specific line (and column if specified). .TP .B gototext -Switches from targetting a line number to searching for text. +Switches from targeting a line number to searching for text. .TP .B findbracket Moves the cursor to the bracket (brace, parenthesis, etc.) that matches diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi @@ -989,7 +989,7 @@ Goes to the last line of the file. Goes to a specific line (and column if specified). @item gototext -Switches from targetting a line number to searching for text. +Switches from targeting a line number to searching for text. @item findbracket Moves the cursor to the bracket (brace, parenthesis, etc.) that matches