1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00

; * ChangeLog.android: Minor formatting correction.

This commit is contained in:
Po Lu 2023-09-07 02:32:23 +00:00
parent 8b25edfbda
commit e8cd6a56f8

View file

@ -90,10 +90,10 @@
2023-08-02 Po Lu <luangruo@yahoo.com>
* doc/emacs/android.texi (Android, What is Android?, Android
Startup, Android File System, Android Environment,Android
Windowing, Android Fonts, Android Troubleshooting): Improve
section titles.
* doc/emacs/android.texi (Android, What is Android?)
(Android Startup, Android File System, Android Environment)
(Android Windowing, Android Fonts, Android Troubleshooting):
Improve section titles.
(Android Windowing): Describe the relation between keyboard
modifiers reported by Android and those in key events.
@ -203,6 +203,7 @@
argument NAME.
* src/android.c (android_init_emacs_service): Add new argument.
* src/androidvfs.c (android_saf_delete_document)
(android_saf_tree_rmdir, android_saf_file_unlink): Pass name of
file being deleted to `deleteDocument'.