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

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

[elpa] master 266e5df 021/215: Small error message grammar correction


From: Rocky Bernstein
Subject: [elpa] master 266e5df 021/215: Small error message grammar correction
Date: Sat, 30 Jul 2016 14:48:49 +0000 (UTC)

branch: master
commit 266e5df717e77d62fe7a69670003ba9002a0bc0a
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Small error message grammar correction
---
 realgud/common/utils.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/realgud/common/utils.el b/realgud/common/utils.el
index 66f6509..1f52bed 100644
--- a/realgud/common/utils.el
+++ b/realgud/common/utils.el
@@ -27,7 +27,7 @@ Or raise an error if neither."
        'eshell)
        ((or (eq major-mode 'comint-mode) (eq major-mode 'shell-mode))
          'comint)
-       ('t (error "We can only handle comint, shell or eshell buffers"))
+       ('t (error "We can only handle comint, shell, or eshell buffers"))
        ))
 
 (provide-me "realgud-")



reply via email to

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