Commit 9fece9de authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

still more various documentation updates

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2985 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 15 additions and 4 deletions
+15 -4
......@@ -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:
......
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment