From 9fece9deb02d212348ed578da1b53b022c2cad1f Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 10 Aug 2005 23:32:08 +0000
Subject: [PATCH] still more various documentation updates

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2985 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog             |  8 +++++---
 doc/texinfo/nano.texi | 11 ++++++++++-
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2679efcf..097d2ad8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -147,13 +147,15 @@ CVS code -
 	  --rebindkeypad, clarify its description on the command line,
 	  and add an updated FAQ entry about its use.  Changes to
 	  window_init(), usage(), main(), get_verbatim_kbinput(),
-	  nanorc.sample, nano.1, nanorc.5, and faq.html. (DLR)
+	  nanorc.sample, nano.1, nanorc.5, nano.texi, and faq.html.
+	  (DLR)
 	- Add new -W/--wordbounds command line option, and new
 	  "wordbounds" rcfile option, to control whether
 	  the word movement functions treat punctuation characters as
 	  part of a word.  Changes to do_next_word_void(),
-	  do_prev_word_void(), usage(), main(), nano.1, nanorc.5, and
-	  nanorc.sample. (DLR, suggested by Mike Frysinger)
+	  do_prev_word_void(), usage(), main(), nano.1, nanorc.5,
+	  nano.texi, and nanorc.sample. (DLR, suggested by Mike
+	  Frysinger)
 - color.c:
 	- Remove unneeded fcntl.h include. (DLR)
 - chars.c:
diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
index db4add0e..f6484ae0 100644
--- 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 27 Jun 2005
+@set UPDATED 10 Aug 2005
 
 @dircategory Editors
 @direntry
@@ -138,6 +138,11 @@ Enable multiple file buffers, if available.
 Don't look at SYSCONFDIR/nanorc or ~/.nanorc, if nanorc support is
 available.
 
+@item -K, --rebindkeypad
+Interpret the numeric keypad keys so that they all work properly.  You
+should only need to use this option if they don't, as mouse support
+won't work properly with this option enabled.
+
 @item -N, --noconvert
 Do not convert files from DOS/Mac format.
 
@@ -172,6 +177,10 @@ keystroke instead of 25.  Note that -c cancels this out.
 @item -V, --version
 Print the version number and copyright and quit.
 
+@item -W, --wordbounds
+Detect word boundaries more accurately by treating punctuation
+characters as part of a word.
+
 @item -Y, --syntax=[str]
 Specify a specific syntax highlighting from the .nanorc to use, if
 available.
-- 
GitLab