* 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
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.
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.
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.