diff options
| author | Po Lu | 2025-03-04 14:30:31 +0800 |
|---|---|---|
| committer | Po Lu | 2025-03-04 14:30:31 +0800 |
| commit | 1b80bc67aadd01de00b7911ae32bf5d91b262a8a (patch) | |
| tree | 01904d63485908690bf4f8ba3c78f62bc188cd38 /doc | |
| parent | dcfbf7d1863fdba0329dcefa73c6ec15eb8046cf (diff) | |
| download | emacs-1b80bc67aadd01de00b7911ae32bf5d91b262a8a.tar.gz emacs-1b80bc67aadd01de00b7911ae32bf5d91b262a8a.zip | |
; * doc/emacs/android.texi (Android Software): Minor markup nits.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/android.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/android.texi b/doc/emacs/android.texi index 560c348db49..c318373536a 100644 --- a/doc/emacs/android.texi +++ b/doc/emacs/android.texi | |||
| @@ -1219,7 +1219,7 @@ temporary directory on a GNU/Linux or Unix system, before transferring | |||
| 1219 | the same to the recipient Android device. With the latest release of | 1219 | the same to the recipient Android device. With the latest release of |
| 1220 | @code{shared-mime-info} installed, create a temporary directory in which | 1220 | @code{shared-mime-info} installed, create a temporary directory in which |
| 1221 | to generate the MIME database, copy the default | 1221 | to generate the MIME database, copy the default |
| 1222 | @file{freedesktop.org.in} MIME catalog to a folder named | 1222 | @file{freedesktop.org.in} MIME catalog to a directory named |
| 1223 | @file{packages}, and execute @code{update-mime-info} to generate the | 1223 | @file{packages}, and execute @code{update-mime-info} to generate the |
| 1224 | database: | 1224 | database: |
| 1225 | 1225 | ||
| @@ -1233,7 +1233,7 @@ This may print a series of notices stating that the MIME database | |||
| 1233 | specified is not in the search path on your host system, which are of no | 1233 | specified is not in the search path on your host system, which are of no |
| 1234 | consequence. Proceed by transferring the contents of the MIME database | 1234 | consequence. Proceed by transferring the contents of the MIME database |
| 1235 | to the recipient system, e.g., to | 1235 | to the recipient system, e.g., to |
| 1236 | @code{/sdcard/Download/my-mime-database.tar.gz}: | 1236 | @file{/sdcard/Download/my-mime-database.tar.gz}: |
| 1237 | 1237 | ||
| 1238 | @example | 1238 | @example |
| 1239 | $ cd; mkdir -p .local/share | 1239 | $ cd; mkdir -p .local/share |