diff options
| author | Eli Zaretskii | 2016-11-07 18:00:19 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-11-07 18:00:19 +0200 |
| commit | e6be8557d5b54d733529ff020434471a47528481 (patch) | |
| tree | c6e15d05130991c2a96f3457a1ab803282f06d23 | |
| parent | 16f700702c681989b04c1899b17a0f022d3b0125 (diff) | |
| download | emacs-e6be8557d5b54d733529ff020434471a47528481.tar.gz emacs-e6be8557d5b54d733529ff020434471a47528481.zip | |
Fix description of 'C-z' in User manual
* doc/emacs/entering.texi (Exiting): 'C-z' is bound to
'suspend-frame'. (Bug#24890)
| -rw-r--r-- | doc/emacs/entering.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi index 66817e3067f..d6cb3cb8b09 100644 --- a/doc/emacs/entering.texi +++ b/doc/emacs/entering.texi | |||
| @@ -100,7 +100,7 @@ display them initially. | |||
| 100 | Kill Emacs (@code{save-buffers-kill-terminal}). | 100 | Kill Emacs (@code{save-buffers-kill-terminal}). |
| 101 | @item C-z | 101 | @item C-z |
| 102 | On a text terminal, suspend Emacs; on a graphical display, | 102 | On a text terminal, suspend Emacs; on a graphical display, |
| 103 | iconify (or ``minimize'') the selected frame (@code{suspend-emacs}). | 103 | iconify (or ``minimize'') the selected frame (@code{suspend-frame}). |
| 104 | @end table | 104 | @end table |
| 105 | 105 | ||
| 106 | @kindex C-x C-c | 106 | @kindex C-x C-c |