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

    - added a reference of project's homepage in a doc string that is used
      by emacs an "main help".
---
 annotate.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 9bed16f2ba..96e72c4e2f 100644
--- a/annotate.el
+++ b/annotate.el
@@ -57,7 +57,8 @@
 
 ;;;###autoload
 (define-minor-mode annotate-mode
-  "Toggle Annotate mode."
+  "Toggle Annotate mode.
+See https://github.com/bastibe/annotate.el/ for documentation."
   :init-value nil
   :lighter " Ann"
   :keymap (make-sparse-keymap)

Reply via email to