branch: elpa/annotate commit cf76d79c00dc4eb63c6177255942f3589a979117 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 890cd4b4d3..3d78ce7fed 100644 --- a/annotate.el +++ b/annotate.el @@ -104,7 +104,7 @@ :group 'annotate) (defcustom annotate-integrate-higlight ?~ - "When variable comment-start is nil use this character instead." + "Character used to underline an annotated text." :type 'character :group 'annotate)