nano

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

commit f94fbbc9f4251852ea2f32476a5839adaafbcfbb
parent 7d9e5bfb369f8b6ef69b82fa4251d4d00aef4b58
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun,  4 Jun 2006 17:27:58 +0000

fix typos from when the old section 4.4 was removed


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

Diffstat:
Mdoc/faq.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/faq.html b/doc/faq.html @@ -208,9 +208,9 @@ <p>If you're a mutt user, you should see an effect immediately the next time you log in. No further configuration is needed. However, if you want to let people know you use nano to compose your email messages, you can put a line like this in your <b>.muttrc</b>:</p> <p><b>my_hdr X-Composer: nano x.y.z</b></p> <p>Again, replace x.y.z with the version of nano you use.</p></blockquote> -<h2><a name="4.12"></a>4.12. I've compiled nano with color support, but I don't see any color when I run it!</h2> +<h2><a name="4.11"></a>4.11. I've compiled nano with color support, but I don't see any color when I run it!</h2> <blockquote><p>If you want nano to actually use color, you have to specify the color configurations you want it to use in your .nanorc. Some example configurations are in the <b>nanorc.sample</b> that comes with the nano source or your nano package. See Section <a href="#3.9">3.9</a>.</p></blockquote> -<h2><a name="4.13"></a>4.13. How do I select text for or paste text from the clipboard in an X terminal when I'm running nano in one and nano's mouse support is turned on?</h2> +<h2><a name="4.12"></a>4.12. How do I select text for or paste text from the clipboard in an X terminal when I'm running nano in one and nano's mouse support is turned on?</h2> <blockquote><p>Try holding down the Shift key and selecting or pasting the text as you normally would.</p></blockquote> <hr width="100%"> <h1><a name="5"></a>5. Internationalization</h1>