diff options
| author | Po Lu | 2024-03-15 11:50:27 +0800 |
|---|---|---|
| committer | Po Lu | 2024-03-15 11:52:11 +0800 |
| commit | 1be33963f068b884d1f8cbd37372638c47a79e84 (patch) | |
| tree | 805526a550b91c26d751a12c74eafe4ab0c43828 /src/androidselect.c | |
| parent | c453c82dc6af2178ce10ffddccd9f38543ea6e88 (diff) | |
| download | emacs-1be33963f068b884d1f8cbd37372638c47a79e84.tar.gz emacs-1be33963f068b884d1f8cbd37372638c47a79e84.zip | |
; * src/androidselect.c (Fandroid_notifications_notify): Typo in doc string.
Diffstat (limited to 'src/androidselect.c')
| -rw-r--r-- | src/androidselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidselect.c b/src/androidselect.c index 87dd2c3d079..2f6114d0fcb 100644 --- a/src/androidselect.c +++ b/src/androidselect.c | |||
| @@ -803,7 +803,7 @@ keywords is understood: | |||
| 803 | for arguments. | 803 | for arguments. |
| 804 | 804 | ||
| 805 | The notification group and timeout are ignored on Android 7.1 and | 805 | The notification group and timeout are ignored on Android 7.1 and |
| 806 | earlier versions of Android. On more recent versions, the urgency | 806 | earlier versions of Android. On more recent versions, the group |
| 807 | identifies a category that will be displayed in the system Settings | 807 | identifies a category that will be displayed in the system Settings |
| 808 | menu, and the urgency provided always extends to affect all | 808 | menu, and the urgency provided always extends to affect all |
| 809 | notifications displayed within that category, though it may be ignored | 809 | notifications displayed within that category, though it may be ignored |