From: Po Lu Date: Tue, 27 Jun 2023 12:31:27 +0000 (+0800) Subject: ; * doc/emacs/android.texi (Android Environment): Improve wording. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93d431f0048edf277a6521acbc7048e3957db4b4;p=emacs.git ; * doc/emacs/android.texi (Android Environment): Improve wording. --- diff --git a/doc/emacs/android.texi b/doc/emacs/android.texi index 99593f25e8b..84da630576c 100644 --- a/doc/emacs/android.texi +++ b/doc/emacs/android.texi @@ -305,9 +305,9 @@ functions will work correctly, but using the process ID returned by One side effect of the mechanism by which process tracing is carried out is that job control facilities inside inferior shells -(@pxref{Interactive Subshell}) will not be able to stop its -subprocesses, and sending the @code{SIGSTOP} signal to a subprocess -created by Emacs will appear to have no effect. +(@pxref{Interactive Shell}) will not be able to stop processes, and +sending the @code{SIGSTOP} signal to a subprocess created by Emacs +will appear to have no effect. In addition, Android 12 also terminates subprocesses which are consuming CPU while Emacs itself is in the background. The system