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

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

[nongnu] elpa/annotate 19acc501d8 086/372: - added/fixed more docstrings


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 19acc501d8 086/372: - added/fixed more docstrings.
Date: Fri, 4 Feb 2022 16:58:21 -0500 (EST)

branch: elpa/annotate
commit 19acc501d8b9fea5bc18b5c59897d5a41472550d
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - added/fixed more docstrings.
---
 annotate.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/annotate.el b/annotate.el
index cad9d4f333..789ffe27c4 100644
--- a/annotate.el
+++ b/annotate.el
@@ -291,8 +291,8 @@ major mode."
      (string-width (annotate-actual-comment-end))))
 
 (defun annotate-wrap-in-comment (&rest strings)
-  "Put comment  markers at  the start and  (if does  makes sense)
-ends  of   a  string.   See:   annotate-actual-comment-start  and
+  "Put comment  markers at  the start and  (if it  makes sense)
+end  of   a  string.   See:   annotate-actual-comment-start  and
 annotate-actual-comment-end"
   (apply #'concat (append (list (annotate-actual-comment-start))
                           strings
@@ -731,10 +731,14 @@ an overlay and it's annotation."
   (format "-%i,%i +%i,%i" start-line diff-size start-line diff-size)))
 
 (defun annotate-checksum-from-dump (record)
+  "Get the checksum field from  an annotation list loaded from a
+file."
   (and (> (length record) 2)
        (nth 2 record)))
 
 (defun annotate-annotations-from-dump (record)
+  "Get the annotations field from  an annotation list loaded from a
+file."
   (nth 1 record))
 
 (defun annotate-load-annotation-old-format ()



reply via email to

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