nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 09a004cad9c412c9e00b9eb3cbca77f288585fc4
parent 3162e73540e5bd3114258bc81e84374733bb328a
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 24 May 2020 11:24:49 +0200

tweaks: order three menu names in the documentation slightly better

Diffstat:
Mdoc/nano.texi | 18+++++++++---------
Mdoc/nanorc.5 | 18+++++++++---------
2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -1546,6 +1546,9 @@ Valid names for @code{menu} are: @item main The main editor window where text is entered and edited. +@item help +The help-viewer menu. + @item search The search menu (AKA whereis). @@ -1570,15 +1573,6 @@ The 'insert file' menu. @item extcmd The menu for inserting output from an external command, reached from the insert menu. -@item help -The help-viewer menu. - -@item spell -The menu of the integrated spell checker where the user can edit a misspelled word. - -@item linter -The linter menu. - @item browser The file browser, for choosing a file to read from or write to. @@ -1588,6 +1582,12 @@ The 'search for a file' menu in the file browser. @item gotodir The 'go to directory' menu in the file browser. +@item spell +The menu of the integrated spell checker where the user can edit a misspelled word. + +@item linter +The linter menu, which allows jumping through the linting messages. + @item all A special name that encompasses all menus. For @code{bind} it means all menus where the specified @code{function} exists; for @code{unbind} diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -864,6 +864,9 @@ Valid \fImenu\fP sections are: .B main The main editor window where text is entered and edited. .TP +.B help +The help-viewer menu. +.TP .B search The search menu (AKA whereis). .TP @@ -888,15 +891,6 @@ The 'insert file' menu. .B extcmd The menu for inserting output from an external command, reached from the insert menu. .TP -.B help -The help-viewer menu. -.TP -.B spell -The menu of the integrated spell checker where the user can edit a misspelled word. -.TP -.B linter -The linter menu. -.TP .B browser The file browser for inserting or writing a file. .TP @@ -906,6 +900,12 @@ The 'search for a file' menu in the file browser. .B gotodir The 'go to directory' menu in the file browser. .TP +.B spell +The menu of the integrated spell checker where the user can edit a misspelled word. +.TP +.B linter +The linter menu, which allows jumping through the linting messages. +.TP .B all A special name that encompasses all menus. For \fBbind\fR it means all menus where the specified \fIfunction\fR exists;