diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/screen.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index e406caef57d..7e52afc7471 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-06-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open. | ||
| 4 | |||
| 1 | 2006-05-31 Michael Ernst <mernst@alum.mit.edu> | 5 | 2006-05-31 Michael Ernst <mernst@alum.mit.edu> |
| 2 | 6 | ||
| 3 | * ediff.texi: Fix typos. | 7 | * ediff.texi: Fix typos. |
diff --git a/man/screen.texi b/man/screen.texi index 8a5d3e1a42c..f641001579a 100644 --- a/man/screen.texi +++ b/man/screen.texi | |||
| @@ -320,7 +320,7 @@ here, as you can more easily see them yourself. | |||
| 320 | @kindex M-` | 320 | @kindex M-` |
| 321 | @kindex F10 | 321 | @kindex F10 |
| 322 | @findex tmm-menubar | 322 | @findex tmm-menubar |
| 323 | @findex menu-bar-start | 323 | @findex menu-bar-open |
| 324 | On a graphical display, you can use the mouse to choose a command | 324 | On a graphical display, you can use the mouse to choose a command |
| 325 | from the menu bar. A right-arrow at the end of the menu item means it | 325 | from the menu bar. A right-arrow at the end of the menu item means it |
| 326 | leads to a subsidiary menu; @samp{...} at the end means that the | 326 | leads to a subsidiary menu; @samp{...} at the end means that the |
| @@ -328,7 +328,7 @@ command invoked will read arguments (further input from you) before it | |||
| 328 | actually does anything. | 328 | actually does anything. |
| 329 | 329 | ||
| 330 | You can also invoke the first menu bar item by pressing @key{F10} (to run | 330 | You can also invoke the first menu bar item by pressing @key{F10} (to run |
| 331 | the command @code{menu-bar-start}). You can then navigate the menus with | 331 | the command @code{menu-bar-open}). You can then navigate the menus with |
| 332 | the arrow keys. You select an item by pressing @key{RET} and cancel menu | 332 | the arrow keys. You select an item by pressing @key{RET} and cancel menu |
| 333 | navigation with @key{ESC}. | 333 | navigation with @key{ESC}. |
| 334 | 334 | ||