diff options
| -rw-r--r-- | lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 527 | may not have a parent that can resume it again, and in any case you can | 527 | may not have a parent that can resume it again, and in any case you can |
| 528 | give input to some other job such as a shell merely by moving to a | 528 | give input to some other job such as a shell merely by moving to a |
| 529 | different window. Therefore, suspending is not allowed when Emacs is using | 529 | different window. Therefore, suspending is not allowed when Emacs is using |
| 530 | a window system (X or MS Windows). | 530 | a window system (X, MS Windows, or Mac). |
| 531 | 531 | ||
| 532 | @defun suspend-emacs &optional string | 532 | @defun suspend-emacs &optional string |
| 533 | This function stops Emacs and returns control to the superior process. | 533 | This function stops Emacs and returns control to the superior process. |