tweaks: order three menu names in the documentation slightly better

master
Benno Schulenberg 2020-05-24 11:24:49 +02:00
parent 3162e73540
commit 09a004cad9
2 changed files with 18 additions and 18 deletions

View File

@ -1546,6 +1546,9 @@ Valid names for @code{menu} are:
@item main @item main
The main editor window where text is entered and edited. The main editor window where text is entered and edited.
@item help
The help-viewer menu.
@item search @item search
The search menu (AKA whereis). The search menu (AKA whereis).
@ -1570,15 +1573,6 @@ The 'insert file' menu.
@item extcmd @item extcmd
The menu for inserting output from an external command, reached from the insert menu. 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 @item browser
The file browser, for choosing a file to read from or write to. 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 @item gotodir
The 'go to directory' menu in the file browser. 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 @item all
A special name that encompasses all menus. For @code{bind} it means A special name that encompasses all menus. For @code{bind} it means
all menus where the specified @code{function} exists; for @code{unbind} all menus where the specified @code{function} exists; for @code{unbind}

View File

@ -864,6 +864,9 @@ Valid \fImenu\fP sections are:
.B main .B main
The main editor window where text is entered and edited. The main editor window where text is entered and edited.
.TP .TP
.B help
The help-viewer menu.
.TP
.B search .B search
The search menu (AKA whereis). The search menu (AKA whereis).
.TP .TP
@ -888,15 +891,6 @@ The 'insert file' menu.
.B extcmd .B extcmd
The menu for inserting output from an external command, reached from the insert menu. The menu for inserting output from an external command, reached from the insert menu.
.TP .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 .B browser
The file browser for inserting or writing a file. The file browser for inserting or writing a file.
.TP .TP
@ -906,6 +900,12 @@ The 'search for a file' menu in the file browser.
.B gotodir .B gotodir
The 'go to directory' menu in the file browser. The 'go to directory' menu in the file browser.
.TP .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 .B all
A special name that encompasses all menus. A special name that encompasses all menus.
For \fBbind\fR it means all menus where the specified \fIfunction\fR exists; For \fBbind\fR it means all menus where the specified \fIfunction\fR exists;