branch: elpa/annotate commit 0b71184865405486255d901a7519a4aa033c6203 Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- updated changelog. --- Changelog | 6 ++++++ annotate.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index e167180a21..899b64b189 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +2020-11-22 cage + + * annotate.el: + + - added more docstrings. + 2020-11-12 cage * annotate.el: diff --git a/annotate.el b/annotate.el index e486385659..54b2db9972 100644 --- a/annotate.el +++ b/annotate.el @@ -344,7 +344,7 @@ See: `annotate-annotation-position-policy' (defun annotate-annotation-newline-policy-forced-p (annotation) "Is `annotation' forced to place annotation on the line after the -annoateted text? +annotated text? See: `annotate-annotation-position-policy'" (overlay-get annotation 'force-newline-policy))