emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/excorporate 6487138 70/93: Excorporate: Adjust some doc


From: Stefan Monnier
Subject: [elpa] externals/excorporate 6487138 70/93: Excorporate: Adjust some documentation strings
Date: Sun, 29 Nov 2020 15:43:11 -0500 (EST)

branch: externals/excorporate
commit 648713891350bfc300a855306e34fde08f8040e5
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    Excorporate: Adjust some documentation strings
    
    * packages/excorporate/excorporate.el
    (exco-calendar-item-appointment-delete): Change item-identifier
    documentation.
    (exco-calendar-item-iterate-general): Likewise.
---
 excorporate.el | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/excorporate.el b/excorporate.el
index 3e25818..4281da5 100644
--- a/excorporate.el
+++ b/excorporate.el
@@ -818,12 +818,10 @@ appointment creation."
 (defun exco-calendar-item-appointment-delete (identifier
                                              item-identifier callback)
   "Delete an appointment.
-IDENTIFIER is the connection identifier.  ITEM-IDENTIFIER is the
-item identifier in the form
-\(ItemId (Id . ID-STRING) (ChangeKey . CHANGEKEY-STRING)).
-CALLBACK is a callback function called with two arguments,
-IDENTIFIER, the connection identifier for the responding
-connection, and RESPONSE, the server's response to the
+IDENTIFIER is the connection identifier.  ITEM-IDENTIFIER is an
+opaque item identifier.  CALLBACK is a callback function called
+with two arguments, IDENTIFIER, the connection identifier for the
+responding connection, and RESPONSE, the server's response to the
 appointment deletion."
   (exco-operate identifier
                "DeleteItem"
@@ -947,10 +945,10 @@ MAIN-INVITEES, a list of strings, email addresses of the 
required
 participants.
 OPTIONAL-INVITEES, a list of strings, email addresses of optional
 participants.
-ITEM-IDENTIFIER, a structure of the form
-\(ItemId (Id . ID-STRING) (ChangeKey . CHANGEKEY-STRING)).
 ORGANIZER, a string representing the email address of the
 organizer of the meeting, in server-internal format."
+ITEM-IDENTIFIER, a structure representing the calendar item.  It
+should be treated as opaque.
   `(let ((result-list '()))
      (exco--calendar-item-dolist
       calendar-item (exco-extract-value '(ResponseMessages



reply via email to

[Prev in Thread] Current Thread [Next in Thread]