branch: elpa/eldoc-diffstat
commit 956f2dc247b49e0aecc6975def6bc802d4580e99
Author: Johann Klähn <[email protected]>
Commit: Johann Klähn <[email protected]>
Fix typos
---
README.md | 2 +-
eldoc-diffstat.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 503d2a40bf..5279e15a8a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It supports Git and Mercurial repositories.

-To use, call `eldoc-diffstat-setup in the desired buffer or mode hook.
+To use, call `eldoc-diffstat-setup` in the desired buffer or mode hook.
You might also want to add the following to your config:
```elisp
diff --git a/eldoc-diffstat.el b/eldoc-diffstat.el
index 3c335a31a0..49a3d09377 100644
--- a/eldoc-diffstat.el
+++ b/eldoc-diffstat.el
@@ -139,7 +139,7 @@ caching the result, see `eldoc-diffstat--get-cache' for
details."
t)
(defun eldoc-diffstat--sentinel (callback proc _event)
- "Display output of PROC by calling CALLBACK if EVENT indicates success."
+ "Display output of PROC after its exit by calling CALLBACK."
(when (eq (process-status proc) 'exit)
(with-current-buffer (process-buffer proc)
(eldoc-diffstat--format-output-buffer)