diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/entering.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi index 0d18e579ac8..a0122970865 100644 --- a/doc/emacs/entering.texi +++ b/doc/emacs/entering.texi | |||
| @@ -89,7 +89,8 @@ because the startup screen is set up before reading | |||
| 89 | @item C-x C-c | 89 | @item C-x C-c |
| 90 | Kill Emacs (@code{save-buffers-kill-terminal}). | 90 | Kill Emacs (@code{save-buffers-kill-terminal}). |
| 91 | @item C-z | 91 | @item C-z |
| 92 | Suspend Emacs (@code{suspend-emacs}) or iconify a frame | 92 | On a text terminal, suspend Emacs (@code{suspend-emacs}); on a |
| 93 | graphical display, iconify (or ``minimize'') the selected frame | ||
| 93 | (@code{iconify-or-deiconify-frame}). | 94 | (@code{iconify-or-deiconify-frame}). |
| 94 | @end table | 95 | @end table |
| 95 | 96 | ||