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
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}

View File

@ -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;