aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 71bc6540760..84cb6445c96 100644
--- a/doc/emacs/android.texi
+++ b/doc/emacs/android.texi
@@ -148,7 +148,7 @@ attempts to open the file with the wrapper will fail.
148system provides access to outside the normal filesystem APIs. Emacs 148system provides access to outside the normal filesystem APIs. Emacs
149uses pseudo-directories named @file{/content/by-authority} and 149uses pseudo-directories named @file{/content/by-authority} and
150@file{/content/by-authority-named} to access those files. Do not make 150@file{/content/by-authority-named} to access those files. Do not make
151any assumptions about the contents of this directory, or try to open 151any assumptions about the contents of these directories, or try to open
152files in it yourself. 152files in it yourself.
153 153
154 This feature is not provided on Android 4.3 and earlier, in which 154 This feature is not provided on Android 4.3 and earlier, in which