summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-11-07 18:00:19 +0200
committerEli Zaretskii <eliz@gnu.org>2016-11-07 18:00:19 +0200
commite6be8557d5b54d733529ff020434471a47528481 (patch)
treec6e15d05130991c2a96f3457a1ab803282f06d23
parent16f700702c681989b04c1899b17a0f022d3b0125 (diff)
downloademacs-e6be855.tar.gz
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.texi2
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.
Kill Emacs (@code{save-buffers-kill-terminal}).
@item C-z
On a text terminal, suspend Emacs; on a graphical display,
-iconify (or ``minimize'') the selected frame (@code{suspend-emacs}).
+iconify (or ``minimize'') the selected frame (@code{suspend-frame}).
@end table
@kindex C-x C-c