From: Po Lu Date: Fri, 15 Dec 2023 11:55:30 +0000 (+0800) Subject: ; * doc/emacs/android.texi (Android Environment): Wording fixes. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4c8a88ac188c760d6b0916e3919eb17175813ad;p=emacs.git ; * doc/emacs/android.texi (Android Environment): Wording fixes. --- diff --git a/doc/emacs/android.texi b/doc/emacs/android.texi index 3cdeec6ba9e..a3485a0a574 100644 --- a/doc/emacs/android.texi +++ b/doc/emacs/android.texi @@ -411,7 +411,7 @@ $ adb shell "settings put global settings_enable_monitor_phantom_procs false" @cindex system language settings, Android The ``Languages & Input'' preferences which apply to the operating -system do not influence the C locale set for programs, but is taken +system do not influence the C locale set for programs, but are taken into account by Emacs during startup: a locale name is generated from the selected language and regional variant and a language environment (@pxref{Language Environment}) is selected on that basis, which does @@ -424,8 +424,8 @@ fashion is @code{utf-8-unix} without exception. Variables}) is set to @code{en_US.utf8} when Emacs starts on Android 5.0 or newer, which induces subprocesses linked against the Android C library to print output sensibly. Earlier versions of Android do not -implement locales at all, on account of which the variable is set to -@code{C} instead. +implement locales at all, and on that account, the variable is set to +@code{C}. @cindex running emacs in the background, android @cindex emacs killed, android