diff options
| author | Po Lu | 2023-08-10 08:42:23 +0800 |
|---|---|---|
| committer | Po Lu | 2023-08-10 08:42:23 +0800 |
| commit | e39e2fa716cf980cfccb68ab304ad94b2fe86201 (patch) | |
| tree | d33d9bf89264f2092948fb55e6f2aeeb7f57aadf | |
| parent | cdb0b28474c6c577b9f7980187e6444b222016bc (diff) | |
| download | emacs-e39e2fa716cf980cfccb68ab304ad94b2fe86201.tar.gz emacs-e39e2fa716cf980cfccb68ab304ad94b2fe86201.zip | |
Make node-less sections subsections in android.texi
* doc/emacs/android.texi (Android Environment): Change node-less
sections into subsections.
| -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 9d352f3a484..619cf4a7fad 100644 --- a/doc/emacs/android.texi +++ b/doc/emacs/android.texi | |||
| @@ -399,7 +399,7 @@ Startup}) connect the Android system to another computer, and run: | |||
| 399 | $ adb shell "settings put global settings_enable_monitor_phantom_procs false" | 399 | $ adb shell "settings put global settings_enable_monitor_phantom_procs false" |
| 400 | @end example | 400 | @end example |
| 401 | 401 | ||
| 402 | @section Running Emacs in the Background | 402 | @subsection Running Emacs in the Background |
| 403 | @cindex emacs killed, android | 403 | @cindex emacs killed, android |
| 404 | @cindex emacs in the background, android | 404 | @cindex emacs in the background, android |
| 405 | 405 | ||
| @@ -429,7 +429,7 @@ the background in their proprietary versions of Android. There is a | |||
| 429 | list of such troublesome manufacturers and sometimes workarounds at | 429 | list of such troublesome manufacturers and sometimes workarounds at |
| 430 | @url{https://dontkillmyapp.com/}. | 430 | @url{https://dontkillmyapp.com/}. |
| 431 | 431 | ||
| 432 | @section Android Permissions | 432 | @subsection Android Permissions |
| 433 | @cindex external storage, android | 433 | @cindex external storage, android |
| 434 | 434 | ||
| 435 | Android also defines a permissions system that determines what | 435 | Android also defines a permissions system that determines what |