emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/annotate 16f7202d7c 091/372: - fixed docstring.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 16f7202d7c 091/372: - fixed docstring.
Date: Fri, 4 Feb 2022 16:58:21 -0500 (EST)

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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]