diff options
| author | Eli Zaretskii | 2013-10-02 20:40:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-10-02 20:40:29 +0300 |
| commit | d797af5518e6e918bd35bfe1c84c9b9ed5545eae (patch) | |
| tree | 47b189e5547b36bc834c86227c9f5dad53d83e1c | |
| parent | 0a12fca058eb5c56c344a42e3c7235c7e33c4247 (diff) | |
| download | emacs-d797af5518e6e918bd35bfe1c84c9b9ed5545eae.tar.gz emacs-d797af5518e6e918bd35bfe1c84c9b9ed5545eae.zip | |
Fix documentation.
| -rw-r--r-- | doc/emacs/screen.texi | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/emacs/screen.texi b/doc/emacs/screen.texi index 3306680f525..05c17d6931a 100644 --- a/doc/emacs/screen.texi +++ b/doc/emacs/screen.texi | |||
| @@ -311,12 +311,13 @@ selected menu item, press @key{RET}; to cancel menu navigation, press | |||
| 311 | On a text terminal, you can optionally access the menu-bar menus in | 311 | On a text terminal, you can optionally access the menu-bar menus in |
| 312 | the echo area. To this end, customize the variable | 312 | the echo area. To this end, customize the variable |
| 313 | @code{tty-menu-open-use-tmm} to a non-@code{nil} value. Then typing | 313 | @code{tty-menu-open-use-tmm} to a non-@code{nil} value. Then typing |
| 314 | @kbd{M-`} or @key{F10} will run the command @code{tmm-menubar} instead | 314 | @key{F10} will run the command @code{tmm-menubar} instead of dropping |
| 315 | of dropping down the menu. This lets you select a menu item with the | 315 | down the menu. (You can also type @kbd{M-`}, which always invokes |
| 316 | keyboard. A provisional choice appears in the echo area. You can use | 316 | @code{tmm-menubar}.) @code{tmm-menubar} lets you select a menu item |
| 317 | the up and down arrow keys to move through the menu to different | 317 | with the keyboard. A provisional choice appears in the echo area. |
| 318 | items, and then you can type @key{RET} to select the item. Each menu | 318 | You can use the up and down arrow keys to move through the menu to |
| 319 | item is also designated by a letter or digit (usually the initial of | 319 | different items, and then you can type @key{RET} to select the item. |
| 320 | some word in the item's name). This letter or digit is separated from | 320 | Each menu item is also designated by a letter or digit (usually the |
| 321 | the item name by @samp{==>}. You can type the item's letter or digit | 321 | initial of some word in the item's name). This letter or digit is |
| 322 | to select the item. | 322 | separated from the item name by @samp{==>}. You can type the item's |
| 323 | letter or digit to select the item. | ||