From: YAMAMOTO Mitsuharu Date: Wed, 12 Jul 2006 08:34:50 +0000 (+0000) Subject: (Getting Out): Suspending is not allowed on Mac, either. X-Git-Tag: emacs-pretest-22.0.90~1526 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b3b63966e412dfbdb53c4d5a12f53201ea4e1fa;p=emacs.git (Getting Out): Suspending is not allowed on Mac, either. --- diff --git a/lispref/os.texi b/lispref/os.texi index a9a1afaa6d8..5451ec8ecfd 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -527,7 +527,7 @@ subprocess of Emacs. Then you would exit the shell to return to Emacs. 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.