branch: elpa/annotate
commit 15072916404443fc4d462c65081faadcb38bb362
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - fixed comment.
---
 annotate.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/annotate.el b/annotate.el
index ac86378483..5b658cbfb4 100644
--- a/annotate.el
+++ b/annotate.el
@@ -490,9 +490,8 @@ that belong to some annotated text?"
   (let ((annotation (annotate-annotation-at pos)))
     (if annotation
         t
-      ;; there is a chance that a point do not belong text rendered as
-      ;; annotated but belong to a chain anyway
-      ;; example:
+      ;; there is  a chance  that a  point do not  belong to  the text
+      ;; rendered as annotated but belong to a chain anyway example:
       ;;
       ;; legend:
       ;; a = annotated text

Reply via email to