diff options
| author | Eli Zaretskii | 2023-12-16 14:38:21 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-12-16 14:38:21 +0200 |
| commit | 6f181a0ef7a0152fb6d52133b492d3cb74e4cd8d (patch) | |
| tree | a7031e205c3071a6b0622df2690f1b6becf73ff9 | |
| parent | c4541a35770fe7925f733fcdaa9e4e3348a3c85c (diff) | |
| download | emacs-6f181a0ef7a0152fb6d52133b492d3cb74e4cd8d.tar.gz emacs-6f181a0ef7a0152fb6d52133b492d3cb74e4cd8d.zip | |
; * doc/emacs/android.texi (Android Environment): Fix node name.
| -rw-r--r-- | doc/emacs/android.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/android.texi b/doc/emacs/android.texi index a3485a0a574..3b81f5cb43f 100644 --- a/doc/emacs/android.texi +++ b/doc/emacs/android.texi | |||
| @@ -414,7 +414,7 @@ $ adb shell "settings put global settings_enable_monitor_phantom_procs false" | |||
| 414 | system do not influence the C locale set for programs, but are taken | 414 | system do not influence the C locale set for programs, but are taken |
| 415 | into account by Emacs during startup: a locale name is generated from | 415 | into account by Emacs during startup: a locale name is generated from |
| 416 | the selected language and regional variant and a language environment | 416 | the selected language and regional variant and a language environment |
| 417 | (@pxref{Language Environment}) is selected on that basis, which does | 417 | (@pxref{Language Environments}) is selected on that basis, which does |
| 418 | not overwrite @code{LANG} or other locale-related environment | 418 | not overwrite @code{LANG} or other locale-related environment |
| 419 | variables. The coding system for language environments set in this | 419 | variables. The coding system for language environments set in this |
| 420 | fashion is @code{utf-8-unix} without exception. | 420 | fashion is @code{utf-8-unix} without exception. |