diff lispref/os.texi @ 71812:8bf060af43d7

(Getting Out): Suspending is not allowed on Mac, either.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 12 Jul 2006 08:34:50 +0000
parents a6b7cfaf2ff5
children 61cb5aae3bc3
line wrap: on
line diff
--- a/lispref/os.texi	Wed Jul 12 08:34:36 2006 +0000
+++ b/lispref/os.texi	Wed Jul 12 08:34:50 2006 +0000
@@ -527,7 +527,7 @@
 may not have a parent that can resume it again, and in any case you can
 give input to some other job such as a shell merely by moving to a
 different window.  Therefore, suspending is not allowed when Emacs is using
-a window system (X or MS Windows).
+a window system (X, MS Windows, or Mac).
 
 @defun suspend-emacs &optional string
 This function stops Emacs and returns control to the superior process.