diff options
| -rw-r--r-- | doc/emacs/android.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/emacs/android.texi b/doc/emacs/android.texi index 01732961998..c9f93429deb 100644 --- a/doc/emacs/android.texi +++ b/doc/emacs/android.texi | |||
| @@ -866,14 +866,16 @@ by the window manager surpasses a specific threshold, and window | |||
| 866 | deletion by this mechanism is indistinguishable from window deletion by | 866 | deletion by this mechanism is indistinguishable from window deletion by |
| 867 | the user. Emacs begins to ignore window deletion after two hours less | 867 | the user. Emacs begins to ignore window deletion after two hours less |
| 868 | than the default value of this threshold both to err on the side of | 868 | than the default value of this threshold both to err on the side of |
| 869 | caution, in case the system's record of inactivity and Emacs's differ, | 869 | caution, in case the system's record of inactivity and Emacs's disagree, |
| 870 | and for the reason that this threshold is open to customization by OS | 870 | and for the reason that this threshold is open to customization by OS |
| 871 | distributors. | 871 | distributors. |
| 872 | 872 | ||
| 873 | @item | 873 | @item |
| 874 | When the user or the system closes any window created by Emacs on | 874 | When the user or the system closes any window created by Emacs on behalf |
| 875 | behalf of a specific frame, Emacs deletes the frame displayed within | 875 | of a specific frame, Emacs deletes the frame displayed within that |
| 876 | that window. | 876 | window, unless the system is Android 10.0 or later, where such windows |
| 877 | are treated identically to the window created at startup, albeit with no | ||
| 878 | proviso regarding window inactivity. | ||
| 877 | @end itemize | 879 | @end itemize |
| 878 | 880 | ||
| 879 | When the system predates Android 5.0, the window manager will not | 881 | When the system predates Android 5.0, the window manager will not |