diff options
| author | Chong Yidong | 2008-11-23 04:21:41 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-23 04:21:41 +0000 |
| commit | db37d8fc1b36d118a54ac71f6cd515b13ab03d0b (patch) | |
| tree | 0bb1116e1ce12149bd5f68c156f935402e1208e1 | |
| parent | 1eb9b307aa60fcf41e0414a088bd781216f13176 (diff) | |
| download | emacs-db37d8fc1b36d118a54ac71f6cd515b13ab03d0b.tar.gz emacs-db37d8fc1b36d118a54ac71f6cd515b13ab03d0b.zip | |
(Frame Commands): Mention "minimize" terminology.
| -rw-r--r-- | doc/emacs/frames.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 51928551c37..bbaf5d95351 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -511,12 +511,13 @@ vertically. @xref{Split Window}. | |||
| 511 | @cindex creating frames | 511 | @cindex creating frames |
| 512 | 512 | ||
| 513 | @kindex C-x 5 | 513 | @kindex C-x 5 |
| 514 | The prefix key @kbd{C-x 5} is analogous to @kbd{C-x 4}, with parallel | 514 | The prefix key @kbd{C-x 5} is analogous to @kbd{C-x 4}, with |
| 515 | subcommands. The difference is that @kbd{C-x 5} commands create a new | 515 | parallel subcommands. The difference is that @kbd{C-x 5} commands |
| 516 | frame rather than just a new window in the selected frame (@pxref{Pop | 516 | create a new frame rather than just a new window in the selected frame |
| 517 | Up Window}). If an existing visible or iconified frame already displays | 517 | (@pxref{Pop Up Window}). If an existing visible or iconified |
| 518 | the requested material, these commands use the existing frame, after | 518 | (``minimized'') frame already displays the requested material, these |
| 519 | raising or deiconifying as necessary. | 519 | commands use the existing frame, after raising or deiconifying |
| 520 | (``un-minimizing'') as necessary. | ||
| 520 | 521 | ||
| 521 | The various @kbd{C-x 5} commands differ in how they find or create the | 522 | The various @kbd{C-x 5} commands differ in how they find or create the |
| 522 | buffer to select: | 523 | buffer to select: |
| @@ -591,9 +592,8 @@ appearance of all the frames Emacs creates, including the initial one. | |||
| 591 | @item C-z | 592 | @item C-z |
| 592 | @kindex C-z @r{(X windows)} | 593 | @kindex C-z @r{(X windows)} |
| 593 | @findex iconify-or-deiconify-frame | 594 | @findex iconify-or-deiconify-frame |
| 594 | Iconify the selected Emacs frame (@code{iconify-or-deiconify-frame}). | 595 | Iconify (``minimize'') the selected Emacs frame |
| 595 | When typed on an Emacs frame's icon, deiconify instead. | 596 | (@code{iconify-or-deiconify-frame}). @xref{Exiting}. |
| 596 | @xref{Exiting}. | ||
| 597 | 597 | ||
| 598 | @item C-x 5 0 | 598 | @item C-x 5 0 |
| 599 | @kindex C-x 5 0 | 599 | @kindex C-x 5 0 |