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

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

[elpa] externals/gnorb 05e6a02 204/449: Docstring for gnorb-msg-id-to-li


From: Stefan Monnier
Subject: [elpa] externals/gnorb 05e6a02 204/449: Docstring for gnorb-msg-id-to-link
Date: Fri, 27 Nov 2020 23:15:39 -0500 (EST)

branch: externals/gnorb
commit 05e6a02e8dad9cc07af7e8547c5f055d50b36c7f
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Docstring for gnorb-msg-id-to-link
    
    * lisp/gnorb-utils.el (gnorb-msg-id-to-link): Docstring
---
 lisp/gnorb-utils.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/gnorb-utils.el b/lisp/gnorb-utils.el
index b8bcd7a..49015c3 100644
--- a/lisp/gnorb-utils.el
+++ b/lisp/gnorb-utils.el
@@ -268,6 +268,8 @@ and 'gnus."
       `(:gnus ,gnus :mail ,mail :bbdb ,bbdb))))
 
 (defun gnorb-msg-id-to-link (msg-id)
+  "Given a message id, try to create a full org link to the
+message."
   (let ((server-group (gnorb-msg-id-to-group msg-id)))
     (when server-group
       (org-link-escape (concat server-group "#" msg-id)))))



reply via email to

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