branch: elpa/annotate commit f08923762fb851edb292ba4d3ebb07bea025f83d Author: Bastian Bechtold <ba...@bastibe.de> Commit: Bastian Bechtold <ba...@bastibe.de>
fix typo in documentation --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index 66441966f6..ab4f5be234 100644 --- a/annotate.el +++ b/annotate.el @@ -382,7 +382,7 @@ annotation, and can be conveniently viewed in diff-mode." - the newline that will display the annotation The first match will get `annotate--change-guard` as its -`insert-behind-hook`, to make sure that if a newline is inserted +`insert-in-front-hook`, to make sure that if a newline is inserted between the overlay and the annotation, the `display` property of the newline is properly disposed of.