1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 11:21:19 -07:00

(Getting Out): Suspending is not allowed on Mac, either.

This commit is contained in:
YAMAMOTO Mitsuharu 2006-07-12 08:34:50 +00:00
parent 279a8f1a78
commit 4b3b63966e

View file

@ -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.