Changing some wordings, to be more precise or clear.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4973 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
73a8aa0a74
commit
7152a4b544
|
@ -10,6 +10,8 @@
|
||||||
* Makefile.am: Trim the contents of EXTRA_DIST to what is required.
|
* Makefile.am: Trim the contents of EXTRA_DIST to what is required.
|
||||||
* doc/man/nano.1, doc/man/nanorc.5, doc/texinfo/nano.texi: Update
|
* doc/man/nano.1, doc/man/nanorc.5, doc/texinfo/nano.texi: Update
|
||||||
the docs for the changed location of nano's search history.
|
the docs for the changed location of nano's search history.
|
||||||
|
* doc/man/nano.1, doc/man/nanorc.5, doc/texinfo/nano.texi: Change
|
||||||
|
some wordings, triggered by Savannah bug #52539.
|
||||||
|
|
||||||
2014-06-14 Mark Majeres <mark@engine12.com>
|
2014-06-14 Mark Majeres <mark@engine12.com>
|
||||||
* src/nano.h, src/text.c (undo_cut, update_undo): When undoing a
|
* src/nano.h, src/text.c (undo_cut, update_undo): When undoing a
|
||||||
|
|
|
@ -68,18 +68,18 @@ Use bold text instead of reverse video text.
|
||||||
Convert typed tabs to spaces.
|
Convert typed tabs to spaces.
|
||||||
.TP
|
.TP
|
||||||
.B \-F (\-\-multibuffer)
|
.B \-F (\-\-multibuffer)
|
||||||
Enable multiple file buffers, if available.
|
Enable multiple file buffers (if support for them has been compiled in).
|
||||||
.TP
|
.TP
|
||||||
.B \-G (\-\-locking)
|
.B \-G (\-\-locking)
|
||||||
Enable vim-style file locking when editing files.
|
Enable vim-style file locking when editing files.
|
||||||
.TP
|
.TP
|
||||||
.B \-H (\-\-historylog)
|
.B \-H (\-\-historylog)
|
||||||
Log search and replace strings to \fI~/.nano/search_history\fP, so they can be
|
Log search and replace strings to \fI~/.nano/search_history\fP, so they can be
|
||||||
retrieved in later sessions, if \fInanorc\fP support is available.
|
retrieved in later sessions (if \fInanorc\fP support has been compiled in).
|
||||||
.TP
|
.TP
|
||||||
.B \-I (\-\-ignorercfiles)
|
.B \-I (\-\-ignorercfiles)
|
||||||
Don't look at \fISYSCONFDIR/nanorc\fP or \fI~/.nanorc\fP, if
|
Don't look at \fISYSCONFDIR/nanorc\fP or \fI~/.nanorc\fP
|
||||||
\fInanorc\fP support is available.
|
(if \fInanorc\fP support has been compiled in).
|
||||||
.TP
|
.TP
|
||||||
.B \-K (\-\-rebindkeypad)
|
.B \-K (\-\-rebindkeypad)
|
||||||
Interpret the numeric keypad keys so that they all work properly. You
|
Interpret the numeric keypad keys so that they all work properly. You
|
||||||
|
|
|
@ -586,7 +586,7 @@ Toggles whether typed tabs will be converted to spaces.
|
||||||
Toggles whether a backup will be made of the file to be edited.
|
Toggles whether a backup will be made of the file to be edited.
|
||||||
.TP
|
.TP
|
||||||
.B multibuffer
|
.B multibuffer
|
||||||
Toggles the use of multiple file buffers (if available).
|
Toggles the use of multiple file buffers (if support for them has been compiled in).
|
||||||
.TP
|
.TP
|
||||||
.B mouse
|
.B mouse
|
||||||
Toggles mouse support.
|
Toggles mouse support.
|
||||||
|
|
|
@ -148,18 +148,18 @@ Use bold text instead of reverse video text.
|
||||||
Convert typed tabs to spaces.
|
Convert typed tabs to spaces.
|
||||||
|
|
||||||
@item -F, --multibuffer
|
@item -F, --multibuffer
|
||||||
Enable multiple file buffers, if available.
|
Enable multiple file buffers (if support for them has been compiled in).
|
||||||
|
|
||||||
@item -G, --locking
|
@item -G, --locking
|
||||||
Enable vim-style file locking when editing files.
|
Enable vim-style file locking when editing files.
|
||||||
|
|
||||||
@item -H, --historylog
|
@item -H, --historylog
|
||||||
Log search and replace strings to ~/.nano/search_history, so they can be
|
Log search and replace strings to ~/.nano/search_history, so they can be
|
||||||
retrieved in later sessions, if nanorc support is available.
|
retrieved in later sessions (if nanorc support has been compiled in).
|
||||||
|
|
||||||
@item -I, --ignorercfiles
|
@item -I, --ignorercfiles
|
||||||
Don't look at SYSCONFDIR/nanorc or ~/.nanorc, if nanorc support is
|
Don't look at SYSCONFDIR/nanorc or ~/.nanorc
|
||||||
available.
|
(if nanorc support has been compiled in).
|
||||||
|
|
||||||
@item -K, --rebindkeypad
|
@item -K, --rebindkeypad
|
||||||
Interpret the numeric keypad keys so that they all work properly. You
|
Interpret the numeric keypad keys so that they all work properly. You
|
||||||
|
@ -264,10 +264,10 @@ a chroot.
|
||||||
|
|
||||||
@item -p, --preserve
|
@item -p, --preserve
|
||||||
Preserve the ^Q (XON) and ^S (XOFF) sequences so data being sent to the
|
Preserve the ^Q (XON) and ^S (XOFF) sequences so data being sent to the
|
||||||
editor can be can be stopped and started.
|
editor can be stopped and started.
|
||||||
|
|
||||||
@item -q, --quiet
|
@item -q, --quiet
|
||||||
Do not report errors in the nanorc file and ask them to be acknowledged
|
Do not report errors in the nanorc file nor ask them to be acknowledged
|
||||||
by pressing Enter at startup.
|
by pressing Enter at startup.
|
||||||
|
|
||||||
@item -r <number>, --fill=<number>
|
@item -r <number>, --fill=<number>
|
||||||
|
|
Loading…
Reference in New Issue