nano

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

commit 12e066f9d4ee0393664a027214d04ccd8761c533
parent 9d325a03d94b1b8d42569a07e6129964874a41b0
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 29 May 2004 14:13:02 +0000

fix minor omission: the smarthome option was documented in nanorc.5 as
well as nano.1


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

Diffstat:
MChangeLog | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -357,6 +357,8 @@ CVS code - - Document restricted mode. (IO ERROR) DLR: Add minor modifications to account for the above changes. - Document the smart home key option. (DLR) +- nanorc.5: + - Document the smart home key option. (DLR) - nano.texi: - Fix toggle inaccuracies: Meta-L now toggles line wrapping, and Meta-< and Meta-> aren't toggles. (DLR)