diff --git a/doc/nano.texi b/doc/nano.texi index 6bd2577b..24c6b0ce 100644 --- 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 index 439284de..f96851a4 100644 --- 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;