diff options
| author | Chong Yidong | 2008-11-23 04:22:51 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-23 04:22:51 +0000 |
| commit | 2e18b1140e8de83d7eaa2062102e0318dd70614c (patch) | |
| tree | 7b8c11c0e34ea604e40b6cea017dbc9e770b9f84 | |
| parent | db37d8fc1b36d118a54ac71f6cd515b13ab03d0b (diff) | |
| download | emacs-2e18b1140e8de83d7eaa2062102e0318dd70614c.tar.gz emacs-2e18b1140e8de83d7eaa2062102e0318dd70614c.zip | |
(Exiting): Mention "minimize" terminology.
| -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 | ||