commit de39a2b05b3fe451e67f331a6c04c39d96bfc058
parent fb0c3f85de70f3f37622d837977a97656cdaeb93
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 12 Nov 2005 07:23:39 +0000
in nano.texi, fix inconsistent punctuation
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3167 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -137,7 +137,7 @@ CVS code -
- Make mouse clicks on the Yes/No/All shortcuts work properly
when the MORE_SPACE flag is set. (DLR)
- doc/nano.texi:
- - Fix inconsistent wording. (DLR)
+ - Fix inconsistent wording and punctuation. (DLR)
- Add missing configure options. (Mike Frysinger, minor tweaks
by DLR)
- Sort the configure options more consistently, and add missing
diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
@@ -185,7 +185,7 @@ 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
+Specify a specific syntax highlighting from the nanorc to use, if
available.
@item -c, --const
@@ -391,7 +391,7 @@ toggles the -O (@code{--morespace}) command line option.
@item Whitespace Display Toggle (Meta-P)
toggles whitespace display mode if you have a "whitespace" option in
-your .nanorc.
+your nanorc.
@item Tabs to Spaces Toggle (Meta-Q)
toggles the -E (@code{--tabstospaces}) command line option.
@@ -404,7 +404,7 @@ toggles the -x (@code{--nohelp}) command line option.
@item Color Syntax Highlighting Toggle (Meta-Y)
toggles color syntax highlighting if you have color syntaxes in your
-.nanorc.
+nanorc.
@item Suspend Toggle (Meta-Z)
toggles the -z (@code{--suspend}) command line option.