aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2023-09-01 00:52:22 +0000
committerPo Lu2023-09-01 00:52:22 +0000
commitf862c5d655b81d0861cc23c3a34014cdf665d64f (patch)
treea915b5d87e9964b5f3281bf766981f2c6378e14e
parentfd37d4a10f0513053d2c3b76e918e736f0e14890 (diff)
downloademacs-f862c5d655b81d0861cc23c3a34014cdf665d64f.tar.gz
emacs-f862c5d655b81d0861cc23c3a34014cdf665d64f.zip
Minor copy-edits
* doc/emacs/android.texi (Android Document Providers): Fix typo. * doc/emacs/haiku.texi (Haiku Basics): Likewise.
-rw-r--r--doc/emacs/android.texi2
-rw-r--r--doc/emacs/haiku.texi5
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/android.texi b/doc/emacs/android.texi
index c6f169e3006..383555a87c9 100644
--- a/doc/emacs/android.texi
+++ b/doc/emacs/android.texi
@@ -293,7 +293,7 @@ provide, placing their files within the directory
293@file{/content/storage}. 293@file{/content/storage}.
294 294
295@findex android-request-directory-access 295@findex android-request-directory-access
296 Before Emacs is granted access to any of these directories, it must 296 Before Emacs is granted access to one of these directories, it must
297first request the right to access it. This is done by running the 297first request the right to access it. This is done by running the
298command (@pxref{M-x}) @code{android-request-directory-access}, which 298command (@pxref{M-x}) @code{android-request-directory-access}, which
299displays a file selection dialog. 299displays a file selection dialog.
diff --git a/doc/emacs/haiku.texi b/doc/emacs/haiku.texi
index 0287a257f4d..0bb216c14ae 100644
--- a/doc/emacs/haiku.texi
+++ b/doc/emacs/haiku.texi
@@ -28,8 +28,9 @@ the binaries directory, which are identical save for some identifying
28file-system metadata. The first is a normal Emacs executable, 28file-system metadata. The first is a normal Emacs executable,
29@file{emacs}, whereas the second, @file{Emacs}, incorporates an icon 29@file{emacs}, whereas the second, @file{Emacs}, incorporates an icon
30and an application ``signature'' that abets the system in attributing 30and an application ``signature'' that abets the system in attributing
31both file types and open frames to it, thereby enabling the assignment 31both file types and open frames to it, thereby enabling it to receive
32of file types to it, and thus opening files directly from the Tracker. 32file type assignments, and thus to open files directly from the
33Tracker.
33 34
34 Several file attributes are set within @file{Emacs} that prompt the 35 Several file attributes are set within @file{Emacs} that prompt the
35system to permit only a single copy to run at any given time. This 36system to permit only a single copy to run at any given time. This