From 8a4639cdd68c2201c34661b15c8c7d11fbe6cf5e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 16 Apr 2019 10:05:35 +0200 Subject: [PATCH] docs: put the 'set guidestripe' option into its alphabetical position --- doc/nano.texi | 8 ++++---- doc/nanorc.5 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/nano.texi b/doc/nano.texi index f2b464a8..c1cb34e9 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -785,6 +785,10 @@ Valid names for foreground and background color are: The name of the foreground color may be prefixed with @code{bright}. And either @var{fgcolor} or ,@var{bgcolor} may be left out. +@item set guidestripe @var{number} +Draw a vertical stripe at the given column, to help judge the width of the +text. (The color of the stripe can be changed with @code{set stripecolor}.) + @item set historylog Save the last hundred search strings and replacement strings and executed commands, so they can be easily reused in later sessions. @@ -803,10 +807,6 @@ Display line numbers to the left of the text area. @item set locking Enable vim-style lock-files for when editing files. -@item set guidestripe @var{number} -Draw a vertical stripe at the given column, to help judge the width of the -text. (The color of the stripe can be changed with @code{set stripecolor}.) - @item set matchbrackets "@var{string}" Set the opening and closing brackets that can be found by bracket searches. This may not include blank characters. The opening set must diff --git a/doc/nanorc.5 b/doc/nanorc.5 index 8fbb8093..2941caab 100644 --- a/doc/nanorc.5 +++ b/doc/nanorc.5 @@ -132,6 +132,10 @@ Specify the color combination to use for the function descriptions in the two help lines at the bottom of the screen. See \fBset titlecolor\fR for more details. .TP +.B set guidestripe \fInumber +Draw a vertical stripe at the given column, to help judge the width of the +text. (The color of the stripe can be changed with \fBset stripecolor\fR.) +.TP .B set historylog Save the last hundred search strings and replacement strings and executed commands, so they can be easily reused in later sessions. @@ -150,10 +154,6 @@ Display line numbers to the left of the text area. .B set locking Enable vim-style lock-files for when editing files. .TP -.B set guidestripe \fInumber -Draw a vertical stripe at the given column, to help judge the width of the -text. (The color of the stripe can be changed with \fBset stripecolor\fR.) -.TP .B set matchbrackets "\fIstring\fP" Set the opening and closing brackets that can be found by bracket searches. This may not include blank characters. The opening set must