diff doc/emacs/frames.texi @ 105118:e73a8ec76227

* frames.texi (Frame Commands): C-z is now bound to suspend-frame. * entering.texi (Exiting): C-z is now bound to suspend-frame. * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519). (Key Bindings): Reference Init Rebinding in introductory text. Shift some of the introduction to Keymaps node. (Keymaps): Simplify. (Local Keymaps): Simplify. Move binding example to Init Rebinding. (Minibuffer Maps): Remove mention of Mocklisp. (Init Rebinding): Move mode-local rebinding example here from Local Keymaps. (Modifier Keys): Clarify.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 19 Sep 2009 21:23:21 +0000
parents a1c57615d215
children 6c68929f170b
line wrap: on
line diff
--- a/doc/emacs/frames.texi	Sat Sep 19 21:22:45 2009 +0000
+++ b/doc/emacs/frames.texi	Sat Sep 19 21:23:21 2009 +0000
@@ -591,9 +591,9 @@
 @table @kbd
 @item C-z
 @kindex C-z @r{(X windows)}
-@findex iconify-or-deiconify-frame
-Iconify (``minimize'') the selected Emacs frame
-(@code{iconify-or-deiconify-frame}).  @xref{Exiting}.
+@findex suspend-frame
+Minimize (or ``iconify) the selected Emacs frame
+(@code{suspend-frame}).  @xref{Exiting}.
 
 @item C-x 5 0
 @kindex C-x 5 0