diff options
Diffstat (limited to 'doc/lispref/os.texi')
-rw-r--r-- | doc/lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 7eb3c95e6ab..15458b87619 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -534,7 +534,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, MS Windows, or Mac). +a window system (X, MS Windows). @defun suspend-emacs &optional string This function stops Emacs and returns control to the superior process. |