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

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

[nongnu] elpa/annotate 947e93a067 204/372: Merge branch 'master' into or


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 947e93a067 204/372: Merge branch 'master' into org-mode-fix
Date: Fri, 4 Feb 2022 16:58:59 -0500 (EST)

branch: elpa/annotate
commit 947e93a067b58217cc0c1d47001978c83a42bdbe
Merge: e7ca823566 818f66f4a3
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    Merge branch 'master' into org-mode-fix
---
 annotate.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/annotate.el b/annotate.el
index fe7219df43..ad36af7839 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1554,6 +1554,8 @@ NOTE this assumes that annotations never overlaps"
           (right-ends))))
 
 (defun annotate-make-annotation (beginning ending annotation annotated-text)
+ "Build a annotation data structure that can be dumped on a
+metadata file database"
   (list beginning ending annotation annotated-text))
 
 (defun annotate-describe-annotations ()
@@ -1636,6 +1638,8 @@ sophisticated way than plain text"
           (goto-char (button-get button 'go-to))))))))
 
 (defun annotate-summary-delete-annotation-button-pressed (button)
+ "Function to be called when a 'delete' button in summary window
+is activated"
   (let* ((filename        (button-get button 'file))
          (beginning       (button-get button 'beginning))
          (ending          (button-get button 'ending))
@@ -1666,6 +1670,8 @@ sophisticated way than plain text"
       (update-visited-buffer-maybe))))
 
 (defun annotate-summary-replace-annotation-button-pressed (button)
+  "Function to be called when a 'replace' button in summary window
+is activated"
   (let* ((filename             (button-get button 'file))
          (annotation-beginning (button-get button 'beginning))
          (annotation-ending    (button-get button 'ending))



reply via email to

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