diff options
| author | Po Lu | 2023-08-23 21:19:57 +0800 |
|---|---|---|
| committer | Po Lu | 2023-08-23 21:19:57 +0800 |
| commit | 15887a4ef19498d229a9bf1cb005e96ea1be9fd0 (patch) | |
| tree | 1cf5c4edb14ac3ef99f394eecfc76bd4ffb53278 /doc | |
| parent | 999de2a5ea368451300e205d1beb01a193070eb4 (diff) | |
| download | emacs-15887a4ef19498d229a9bf1cb005e96ea1be9fd0.tar.gz emacs-15887a4ef19498d229a9bf1cb005e96ea1be9fd0.zip | |
; Fix typo in documentation
* doc/emacs/android.texi (Android Software): Insert `file'
before file name.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/android.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/android.texi b/doc/emacs/android.texi index cee5406b840..082c9f770b7 100644 --- a/doc/emacs/android.texi +++ b/doc/emacs/android.texi | |||
| @@ -780,7 +780,7 @@ normally installed from within a purpose-built terminal emulator | |||
| 780 | application, but Emacs can access them if it is built with the same | 780 | application, but Emacs can access them if it is built with the same |
| 781 | application signing key as the Termux terminal emulator, and with its | 781 | application signing key as the Termux terminal emulator, and with its |
| 782 | ``shared user ID'' set to the package name of the terminal emulator | 782 | ``shared user ID'' set to the package name of the terminal emulator |
| 783 | program. The @file{java/INSTALL} within the Emacs distribution | 783 | program. The file @file{java/INSTALL} within the Emacs distribution |
| 784 | explains how to build Emacs in this fashion. | 784 | explains how to build Emacs in this fashion. |
| 785 | 785 | ||
| 786 | @uref{https://github.com/termux/termux-packages, termux-packages} | 786 | @uref{https://github.com/termux/termux-packages, termux-packages} |