branch: elpa/annotate commit 80e6b31c783a8df3421f407494df5c009ab54770 Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- fixed docstring. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index ba6497bec5..cee13952bf 100644 --- a/annotate.el +++ b/annotate.el @@ -129,7 +129,7 @@ less than this size (in characters)" annototatnions position could be outdated") (defcustom annotate-blacklist-major-mode '(org-mode) - "Prevent loading of annotated-mode When the visited file's + "Prevent loading of annotate-mode When the visited file's major mode is a member of this list (space separated entries)." :type '(repeat symbol) :group 'annotate)