diff options
| author | Paul Eggert | 2016-10-10 07:35:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-10-10 07:35:33 -0700 |
| commit | cf9bdf12da73bef67a6cc27a71ab76c67af24111 (patch) | |
| tree | 6b98db09a0df03c66f2750e4e40afabfad1a8229 /doc | |
| parent | 53d1b9dbbee97f674330cda191f889aa55db0e20 (diff) | |
| parent | c4a5e7e18d357c168900215165b0cb41bad06a83 (diff) | |
| download | emacs-cf9bdf12da73bef67a6cc27a71ab76c67af24111.tar.gz emacs-cf9bdf12da73bef67a6cc27a71ab76c67af24111.zip | |
Merge from origin/emacs-25
c4a5e7e Improve documentation of 'menu-bar-open'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/screen.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/screen.texi b/doc/emacs/screen.texi index 580df5fe8ff..716575706cf 100644 --- a/doc/emacs/screen.texi +++ b/doc/emacs/screen.texi | |||
| @@ -304,7 +304,10 @@ the usual way (@pxref{Key Help}). | |||
| 304 | item by pressing @key{F10} (to run the command @code{menu-bar-open}). | 304 | item by pressing @key{F10} (to run the command @code{menu-bar-open}). |
| 305 | You can then navigate the menus with the arrow keys. To activate a | 305 | You can then navigate the menus with the arrow keys. To activate a |
| 306 | selected menu item, press @key{RET}; to cancel menu navigation, press | 306 | selected menu item, press @key{RET}; to cancel menu navigation, press |
| 307 | @kbd{C-g} or @kbd{@key{ESC} @key{ESC} @key{ESC}}. | 307 | @kbd{C-g} or @kbd{@key{ESC} @key{ESC} @key{ESC}}. (However, note that |
| 308 | when Emacs was built with a GUI toolkit, the menus are drawn and | ||
| 309 | controlled by the toolkit, and the key sequences to cancel menu | ||
| 310 | navigation might be different from the above description.) | ||
| 308 | 311 | ||
| 309 | @kindex M-` | 312 | @kindex M-` |
| 310 | @findex tmm-menubar | 313 | @findex tmm-menubar |