nano

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

commit 2072b7415398e4bb3faef494f983aeef734650b5
parent 66e5972c52cd33514e2cdf69e94a04d266476809
Author: Chris Allegretta <chrisa@asty.org>
Date:   Mon, 21 Jan 2013 03:40:08 +0000

        * doc/man/nanorc.5: Fix typo in softwrap description, reported by
          cbart387@Savannah.



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

Diffstat:
MChangeLog | 2++
Mdoc/man/nanorc.5 | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -4,6 +4,8 @@ * configure.ac: Added --with-wordbounds option to let cross compilers force whether their target system support GNU-style word boundaries or not. Originally reported by dave festing. + * doc/man/nanorc.5: Fix typo in softwrap description, reported by + cbart387@Savannah. 2013-01-19 Chris Allegretta <chrisa@asty.org> * configure.ac: Make ncurses checking to set $LIBS and check the ncursesw lib diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 @@ -197,7 +197,7 @@ line. Use smooth scrolling by default. .TP .B set/unset softwrap -Enable soft line wrapping for easier viewing of very long lones. +Enable soft line wrapping for easier viewing of very long lines. .TP .B set speller "\fIspellprog\fP" Use spelling checker \fIspellprog\fP instead of the built-in one, which