aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-11-07 18:00:19 +0200
committerEli Zaretskii2016-11-07 18:00:19 +0200
commite6be8557d5b54d733529ff020434471a47528481 (patch)
treec6e15d05130991c2a96f3457a1ab803282f06d23
parent16f700702c681989b04c1899b17a0f022d3b0125 (diff)
downloademacs-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.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.
100Kill Emacs (@code{save-buffers-kill-terminal}). 100Kill Emacs (@code{save-buffers-kill-terminal}).
101@item C-z 101@item C-z
102On a text terminal, suspend Emacs; on a graphical display, 102On a text terminal, suspend Emacs; on a graphical display,
103iconify (or ``minimize'') the selected frame (@code{suspend-emacs}). 103iconify (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