commit cc7fef723d2752fb70727a078c0789bbe1b148ea
parent cb80ca51b46587c257f65255ecd92fee46848f25
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Wed, 19 Mar 2014 21:30:08 +0000
Adding the descriptions of six missing bindable functions.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4659 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 24 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -7,6 +7,8 @@
* src/global.c, doc/man/nanorc.5 - Group softwrap with the toggles
that affect how things look -- it does not belong in the group of
general program functions, nor in the group of editing behaviour.
+ * doc/man/nanorc.5 - Add the descriptions of six missing bindable
+ functions, and tweak those of a few others.
2014-03-18 Benno Schulenberg <bensberg@justemail.net>
* src/global.c (shortcut_init) - In the file browser one cannot
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
@@ -500,7 +500,7 @@ Move to the last file when using the file browser (reading or writing files).
Toggle showing/hiding the two-line list of key bindings at the bottom of the screen.
.TP
.B constupdate
-Constantly display the current line, column, word positions.
+Toggle the constant display of the current line, column, and word positions.
.TP
.B morespace
Toggle showing/hiding the blank line which 'separates' the 'title' from the file text.
@@ -509,10 +509,13 @@ Toggle showing/hiding the blank line which 'separates' the 'title' from the file
Toggle smooth scrolling when moving via the arrow keys.
.TP
.B whitespacedisplay
-Toggle whether whitespace is shown.
+Toggle the showing of whitespace.
+.TP
+.B nosyntax
+Toggle syntax highlighting.
.TP
.B softwrap
-Toggle whether long lines will be displayed on multiple screen lines.
+Toggle the displaying of overlong lines on multiple screen lines.
.TP
.B smarthome
Toggle whether the smart home key function is enabled.
@@ -525,7 +528,22 @@ Toggle whether cutting text will cut the whole line or just from the current cur
position to the end of the line.
.TP
.B nowrap
-Toggle whether long lines will be wrapped to the next line.
+Toggle whether long lines will be hard-wrapped to the next line.
+.TP
+.B tabstospaces
+Toggle whether typed tabs will be converted to spaces.
+.TP
+.B backupfile
+Toggle whether a backup will be made of the file to be edited.
+.TP
+.B multibuffer
+Toggle the use of multiple file buffers (if available).
+.TP
+.B mouse
+Toggle mouse support.
+.TP
+.B noconvert
+Toggle automatic conversion of files from DOS/Mac format.
.TP
.B suspendenable
Toggle whether the suspend sequence (normally ^Z) will suspend the editor window.