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

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

[elpa] externals/org-contacts ad7f57a603 023/154: Fix error messages: do


From: ELPA Syncer
Subject: [elpa] externals/org-contacts ad7f57a603 023/154: Fix error messages: don't use a dot at the end
Date: Fri, 9 Sep 2022 15:58:23 -0400 (EDT)

branch: externals/org-contacts
commit ad7f57a6034cc59c085fb19b3b52df71ac99f6c9
Author: Bastien Guerry <bzg@altern.org>
Commit: Bastien Guerry <bzg@altern.org>

    Fix error messages: don't use a dot at the end
---
 org-contacts.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-contacts.el b/org-contacts.el
index fbdf0fcb79..bc52648a89 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -609,7 +609,7 @@ Org-contacts does not specify how to encode the name. So we 
try to do our best."
   "Show contacts on a map. Requires google-maps-el."
   (interactive)
   (unless (fboundp 'google-maps-static-show)
-    (error "org-contacts-show-map requires google-maps-el."))
+    (error "`org-contacts-show-map' requires `google-maps-el'"))
   (google-maps-static-show
    :markers
    (loop



reply via email to

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