diff options
| author | Po Lu | 2023-09-01 00:52:22 +0000 |
|---|---|---|
| committer | Po Lu | 2023-09-01 00:52:22 +0000 |
| commit | f862c5d655b81d0861cc23c3a34014cdf665d64f (patch) | |
| tree | a915b5d87e9964b5f3281bf766981f2c6378e14e | |
| parent | fd37d4a10f0513053d2c3b76e918e736f0e14890 (diff) | |
| download | emacs-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.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/haiku.texi | 5 |
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 |
| 297 | first request the right to access it. This is done by running the | 297 | first request the right to access it. This is done by running the |
| 298 | command (@pxref{M-x}) @code{android-request-directory-access}, which | 298 | command (@pxref{M-x}) @code{android-request-directory-access}, which |
| 299 | displays a file selection dialog. | 299 | displays 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 | |||
| 28 | file-system metadata. The first is a normal Emacs executable, | 28 | file-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 |
| 30 | and an application ``signature'' that abets the system in attributing | 30 | and an application ``signature'' that abets the system in attributing |
| 31 | both file types and open frames to it, thereby enabling the assignment | 31 | both file types and open frames to it, thereby enabling it to receive |
| 32 | of file types to it, and thus opening files directly from the Tracker. | 32 | file type assignments, and thus to open files directly from the |
| 33 | Tracker. | ||
| 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 |
| 35 | system to permit only a single copy to run at any given time. This | 36 | system to permit only a single copy to run at any given time. This |