mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-23 17:52:07 +03:00
add minor documentation fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3636 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
69e1ce56df
commit
25bc37e7c8
@ -143,8 +143,11 @@ CVS code -
|
||||
could break anything using extended regular expressions, and
|
||||
glibc 2.2.3 is old. Changes to configure.ac, faq.html,
|
||||
nano.h, proto.h, and UPGRADE; removal of safe_regexec(). (DLR)
|
||||
- Minor wording fixes to various messages. (Benno Schulenberg,
|
||||
minor tweaks by DLR)
|
||||
- Minor wording fixes to various messages. Changes to
|
||||
load_history(), shortcut_init(), toggle_init(), usage(),
|
||||
do_suspend(), do_input(), do_rcfile_error(), nano.1,
|
||||
nano.texi, and nanorc.sample.in. (Benno Schulenberg, minor
|
||||
tweaks by DLR)
|
||||
- browser.c:
|
||||
do_browser()
|
||||
- Reference NANO_GOTODIR_(ALT|F)?KEY instead of
|
||||
|
@ -7,7 +7,7 @@
|
||||
.\" warranty.
|
||||
.\"
|
||||
.\" $Id$
|
||||
.TH NANO 1 "version 1.3.12" "May 24, 2006"
|
||||
.TH NANO 1 "version 1.3.12" "June 7, 2006"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
|
||||
@ -109,7 +109,7 @@ Set the size (width) of a tab to \fIcols\fP columns. The value of
|
||||
.TP
|
||||
.B \-U (\-\-quickblank)
|
||||
Do quick statusbar blanking. Statusbar messages will disappear after 1
|
||||
keystroke instead of 25. Note that \fB-c\fP overrules this.
|
||||
keystroke instead of 25. Note that \fB-c\fP overrides this.
|
||||
.TP
|
||||
.B \-V (\-\-version)
|
||||
Show the current version number and exit.
|
||||
@ -123,7 +123,7 @@ Specify a specific syntax highlighting from the \fInanorc\fP to use, if
|
||||
available.
|
||||
.TP
|
||||
.B \-c (\-\-const)
|
||||
Constantly show the cursor position. Note that this overrules \fB-U\fP.
|
||||
Constantly show the cursor position. Note that this overrides \fB-U\fP.
|
||||
.TP
|
||||
.B \-d (\-\-rebinddelete)
|
||||
Interpret the Delete key differently so that both Backspace and Delete
|
||||
|
@ -41,7 +41,7 @@
|
||||
# set casesensitive
|
||||
|
||||
## Constantly display the cursor position in the statusbar. Note that
|
||||
## this overrules "quickblank".
|
||||
## this overrides "quickblank".
|
||||
# set const
|
||||
|
||||
## Use cut to end of line by default.
|
||||
@ -111,7 +111,7 @@
|
||||
# set punct "!.?"
|
||||
|
||||
## Do quick statusbar blanking. Statusbar messages will disappear after
|
||||
## 1 keystroke instead of 26. Note that "const" overrules this.
|
||||
## 1 keystroke instead of 26. Note that "const" overrides this.
|
||||
##
|
||||
# set quickblank
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
@smallbook
|
||||
@set EDITION 0.1
|
||||
@set VERSION 1.3.12
|
||||
@set UPDATED 24 May 2006
|
||||
@set UPDATED 07 Jun 2006
|
||||
|
||||
@dircategory Editors
|
||||
@direntry
|
||||
@ -182,7 +182,7 @@ be greater than 0. The default value is 8.
|
||||
|
||||
@item -U, --quickblank
|
||||
Do quick statusbar blanking. Statusbar messages will disappear after 1
|
||||
keystroke instead of 25. Note that -c overules this.
|
||||
keystroke instead of 25. Note that -c overrides this.
|
||||
|
||||
@item -V, --version
|
||||
Show the current version number and exit.
|
||||
@ -197,7 +197,7 @@ available. See @xref{Nanorc Files}, for more info.
|
||||
|
||||
@item -c, --const
|
||||
Constantly display the cursor position and line number on the statusbar.
|
||||
Note that this overrules -U.
|
||||
Note that this overrides -U.
|
||||
|
||||
@item -d, --rebinddelete
|
||||
Interpret the Delete key differently so that both Backspace and Delete
|
||||
|
Loading…
Reference in New Issue
Block a user