From 7ea3a464036f123f70d89b4571afcdeb3e650688 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 12 Mar 2024 09:58:51 +0800 Subject: Resolve inconsistency between Android and XDG notifications * doc/lispref/os.texi (Desktop Notifications): * src/androidselect.c (android_notifications_notify_1) (Fandroid_notifications_notify, android_notification_action) (syms_of_androidselect): Rename `:on-cancel' to `:on-close'. --- doc/lispref/os.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 65c5ed2b4cc..435886320fd 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -3242,7 +3242,7 @@ of parameters analogous to its namesake in @item :body @var{body} @item :replaces-id @var{replaces-id} @item :on-action @var{on-action} -@item :on-cancel @var{on-cancel} +@item :on-cancel @var{on-close} @item :actions @var{actions} @item :resident @var{resident} These have the same meaning as they do when used in calls to -- cgit v1.2.3