]> git.wh0rd.org Git - nano.git/commitdiff
Adding the descriptions of six missing bindable functions.
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 19 Mar 2014 21:30:08 +0000 (21:30 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Wed, 19 Mar 2014 21:30:08 +0000 (21:30 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4659 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/man/nanorc.5

index 3d84ad6a6ee8c7d5723954de827f64e981dc25c0..215b9501e7b92a8ea989a5f4248f35c02c31c17d 100644 (file)
--- 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
index dea149d171f16e5c30d641253e5a01b39a25bc30..72d87b1edd165aeb17b590ca67983b7660d82eba 100644 (file)
@@ -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.