diff options
| author | Luc Teirlinck | 2005-05-09 22:29:45 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-05-09 22:29:45 +0000 |
| commit | 05a7c229daf63949eff65ac1f3f92b4b6bdaaae8 (patch) | |
| tree | 075b1d441f7393ec3a1075df22db5f41600f836e | |
| parent | 5fcf68a55082182a5efe29865fc7975f26502407 (diff) | |
| download | emacs-05a7c229daf63949eff65ac1f3f92b4b6bdaaae8.tar.gz emacs-05a7c229daf63949eff65ac1f3f92b4b6bdaaae8.zip | |
(Menu Bar): The up and down (not left and right) arrows move through a
keyboard menu.
| -rw-r--r-- | man/ChangeLog | 2 | ||||
| -rw-r--r-- | man/screen.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 6c7d7c4359d..547eb19a43c 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2005-05-09 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2005-05-09 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 2 | ||
| 3 | * screen.texi (Menu Bar): The up and down (not left and right) | 3 | * screen.texi (Menu Bar): The up and down (not left and right) |
| 4 | arrows move through a keyboard menu. | 4 | arrow keys move through a keyboard menu. |
| 5 | 5 | ||
| 6 | 2005-05-08 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2005-05-08 Luc Teirlinck <teirllm@auburn.edu> |
| 7 | 7 | ||
diff --git a/man/screen.texi b/man/screen.texi index e2987e6ccf6..a2f20e1721d 100644 --- a/man/screen.texi +++ b/man/screen.texi | |||
| @@ -341,7 +341,7 @@ way (@pxref{Key Help}). | |||
| 341 | typing @kbd{M-`} or @key{F10} (these run the command | 341 | typing @kbd{M-`} or @key{F10} (these run the command |
| 342 | @code{tmm-menubar}). This command enters a mode in which you can select | 342 | @code{tmm-menubar}). This command enters a mode in which you can select |
| 343 | a menu item from the keyboard. A provisional choice appears in the echo | 343 | a menu item from the keyboard. A provisional choice appears in the echo |
| 344 | area. You can use the left and right arrow keys to move through the | 344 | area. You can use the up and down arrow keys to move through the |
| 345 | menu to different choices. When you have found the choice you want, | 345 | menu to different choices. When you have found the choice you want, |
| 346 | type @key{RET} to select it. | 346 | type @key{RET} to select it. |
| 347 | 347 | ||