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

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

[elpa] externals/diff-hl 90d46e78cd 1/2: Fix typo


From: ELPA Syncer
Subject: [elpa] externals/diff-hl 90d46e78cd 1/2: Fix typo
Date: Sun, 9 Jul 2023 18:57:36 -0400 (EDT)

branch: externals/diff-hl
commit 90d46e78cdf3321ed11ae3dfa917888e3f6d1da4
Author: gekoke <github@grigorjan.net>
Commit: GitHub <noreply@github.com>

    Fix typo
---
 diff-hl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-hl.el b/diff-hl.el
index 7717ef64fe..9c94da5cff 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -755,7 +755,7 @@ Only supported with Git."
     (when success
       (if diff-hl-show-staged-changes
           (message (concat "Hunk staged; customize 
`diff-hl-show-staged-changes'"
-                           " to highlight only unstages changes"))
+                           " to highlight only unstaged changes"))
         (message "Hunk staged"))
       (unless diff-hl-show-staged-changes
         (diff-hl-update)))))



reply via email to

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