nano

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

commit f7740178017c91c1e58c4dbab4bbbe9496318baf
parent d1cc007136ec4307d27b4515014ab49909747ce3
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 16 Jun 2005 18:35:55 +0000

document the new Meta-E toggle


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

Diffstat:
Mdoc/texinfo/nano.texi | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi @@ -9,7 +9,7 @@ @smallbook @set EDITION 0.1 @set VERSION 1.3.8 -@set UPDATED 15 Jun 2005 +@set UPDATED 16 Jun 2005 @dircategory Editors @direntry @@ -344,6 +344,9 @@ The following global toggles are available: @item Backup File Toggle (Meta-B) toggles the -B (@code{--backup}) command line flag. +@item Tabs to Spaces Toggle (Meta-E) +toggles the -E (@code{--tabstospaces}) command line flag. + @item Multiple File Buffers Toggle (Meta-F) toggles the -F (@code{--multibuffer}) command line flag.