aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-12-16 14:38:21 +0200
committerEli Zaretskii2023-12-16 14:38:21 +0200
commit6f181a0ef7a0152fb6d52133b492d3cb74e4cd8d (patch)
treea7031e205c3071a6b0622df2690f1b6becf73ff9
parentc4541a35770fe7925f733fcdaa9e4e3348a3c85c (diff)
downloademacs-6f181a0ef7a0152fb6d52133b492d3cb74e4cd8d.tar.gz
emacs-6f181a0ef7a0152fb6d52133b492d3cb74e4cd8d.zip
; * doc/emacs/android.texi (Android Environment): Fix node name.
-rw-r--r--doc/emacs/android.texi2
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"
414system do not influence the C locale set for programs, but are taken 414system do not influence the C locale set for programs, but are taken
415into account by Emacs during startup: a locale name is generated from 415into account by Emacs during startup: a locale name is generated from
416the selected language and regional variant and a language environment 416the 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
418not overwrite @code{LANG} or other locale-related environment 418not overwrite @code{LANG} or other locale-related environment
419variables. The coding system for language environments set in this 419variables. The coding system for language environments set in this
420fashion is @code{utf-8-unix} without exception. 420fashion is @code{utf-8-unix} without exception.