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

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

[nongnu] elpa/eldoc-diffstat 956f2dc247 09/10: Fix typos


From: ELPA Syncer
Subject: [nongnu] elpa/eldoc-diffstat 956f2dc247 09/10: Fix typos
Date: Fri, 13 Dec 2024 16:01:51 -0500 (EST)

branch: elpa/eldoc-diffstat
commit 956f2dc247b49e0aecc6975def6bc802d4580e99
Author: Johann Klähn <johann@jklaehn.de>
Commit: Johann Klähn <johann@jklaehn.de>

    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.
 
 ![A screenshot showing diffstat information in the echo area of a magit-log 
buffer.](screenshot.webp "diffstat information is available in the echo area.")
 
-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)



reply via email to

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