# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1152693290 0 # Node ID 8bf060af43d79769394a8b85e845c6f93f360269 # Parent 0bddfb222bb61dad9f06e28bbe2bcdc91f416c50 (Getting Out): Suspending is not allowed on Mac, either. diff -r 0bddfb222bb6 -r 8bf060af43d7 lispref/os.texi --- 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.