aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-10-10 07:35:33 -0700
committerPaul Eggert2016-10-10 07:35:33 -0700
commitcf9bdf12da73bef67a6cc27a71ab76c67af24111 (patch)
tree6b98db09a0df03c66f2750e4e40afabfad1a8229 /doc
parent53d1b9dbbee97f674330cda191f889aa55db0e20 (diff)
parentc4a5e7e18d357c168900215165b0cb41bad06a83 (diff)
downloademacs-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.texi5
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}).
304item by pressing @key{F10} (to run the command @code{menu-bar-open}). 304item by pressing @key{F10} (to run the command @code{menu-bar-open}).
305You can then navigate the menus with the arrow keys. To activate a 305You can then navigate the menus with the arrow keys. To activate a
306selected menu item, press @key{RET}; to cancel menu navigation, press 306selected 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
308when Emacs was built with a GUI toolkit, the menus are drawn and
309controlled by the toolkit, and the key sequences to cancel menu
310navigation might be different from the above description.)
308 311
309@kindex M-` 312@kindex M-`
310@findex tmm-menubar 313@findex tmm-menubar