branch: elpa/annotate commit 16f7202d7c794e2a7b272e901a779ec2783e469b 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 e113a5d3de..f2218eb925 100644 --- a/annotate.el +++ b/annotate.el @@ -927,7 +927,7 @@ essentially what you get from: 'help-echo "Click to show") (defun annotate-summary-button-pressed (button) - "Callback called when a sunmmary button is activated" + "Callback called when an annotate-summary-button is activated" (let ((buffer (find-file-other-window (button-get button 'file)))) (with-current-buffer buffer (goto-char (button-get button 'go-to)))))