aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-05-09 22:29:45 +0000
committerLuc Teirlinck2005-05-09 22:29:45 +0000
commit05a7c229daf63949eff65ac1f3f92b4b6bdaaae8 (patch)
tree075b1d441f7393ec3a1075df22db5f41600f836e
parent5fcf68a55082182a5efe29865fc7975f26502407 (diff)
downloademacs-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/ChangeLog2
-rw-r--r--man/screen.texi2
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 @@
12005-05-09 Luc Teirlinck <teirllm@auburn.edu> 12005-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
62005-05-08 Luc Teirlinck <teirllm@auburn.edu> 62005-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}).
341typing @kbd{M-`} or @key{F10} (these run the command 341typing @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
343a menu item from the keyboard. A provisional choice appears in the echo 343a menu item from the keyboard. A provisional choice appears in the echo
344area. You can use the left and right arrow keys to move through the 344area. You can use the up and down arrow keys to move through the
345menu to different choices. When you have found the choice you want, 345menu to different choices. When you have found the choice you want,
346type @key{RET} to select it. 346type @key{RET} to select it.
347 347