* src/nano.c (main), src/files.c (read_file), src/rcfile.c,
doc/man/nano.1, doc/man/nanorc.5, doc/texinfo/nano.texi: Add
the option --unix, to save a file by default in Unix format.
- * doc/nanorc.sample.in: Advertise the new bindable functions.
+ * doc/nanorc.sample.in: Advertise the five new bindable functions.
+ * doc/man/nano.1, doc/man/nanorc.5, doc/texinfo/nano.texi: Tweaks.
2015-08-03 Benno Schulenberg <bensberg@justemail.net>
* src/rcfile.c (parse_binding): Check the value of shortcut->toggle
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
-.TH NANO 1 "version 2.4.3" "July 2015"
+.TH NANO 1 "version 2.4.3" "August 2015"
.\" Please adjust this date whenever revising the manpage.
.\"
buffers to their respective emergency files.
.SH BUGS
-Please send any comments or bug reports to \fBnano@nano-editor.org\fP.
-
-The \fBnano\fP mailing list is available from \fBnano-devel@gnu.org\fP.
-
-To subscribe, email to \fBnano-devel-request@gnu.org\fP with a subject
-of "subscribe".
+Please report any bugs that you encounter via
+https://savannah.gnu.org/bugs/?group=nano.
.SH HOMEPAGE
http://www.nano-editor.org/
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
-.TH NANORC 5 "version 2.4.3" "July 2015"
+.TH NANORC 5 "version 2.4.3" "August 2015"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
slightly improve a syntax defined in one of the system-installed
files (which are normally not writable)
.SH REBINDING KEYS
-Key bindings may be reassigned via the following commands:
+Key bindings can be changed via the following two commands:
.TP
.BI bind " key function menu"
Rebinds the key \fIkey\fP to a new function named \fIfunction\fP in the
.RE
.TP
-Valid \fIfunction\fP names to be bound include:
+Valid \fIfunction\fP names to be bound are:
.RS 3
.TP 2
.B help
.B scrolldown
Scrolls down one line of text from the current position.
.TP
-.B nextword
-Moves the cursor to the beginning of the next word.
-.TP
.B prevword
Moves the cursor to the beginning of the previous word.
.TP
+.B nextword
+Moves the cursor to the beginning of the next word.
+.TP
.B home
Moves the cursor to the beginning of the current line.
.TP
@smallbook
@set EDITION 0.3
@set VERSION 2.4.3
-@set UPDATED July 2015
+@set UPDATED August 2015
@dircategory Editors
@direntry
@node Rebinding Keys
@section Rebinding Keys
-Key bindings may be reassigned via the following two commands in a
+Key bindings can be changed via the following two commands in a
nanorc file:
@table @code
@item scrolldown
Scrolls down one line of text from the current position.
-@item nextword
-Moves the cursor to the beginning of the next word.
-
@item prevword
Moves the cursor to the beginning of the previous word.
+@item nextword
+Moves the cursor to the beginning of the next word.
+
@item home
Moves the cursor to the beginning of the current line.