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

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

[elpa] scratch/org-contacts-rebased ad7f57a 023/118: Fix error messages:


From: Stefan Monnier
Subject: [elpa] scratch/org-contacts-rebased ad7f57a 023/118: Fix error messages: don't use a dot at the end
Date: Fri, 12 Nov 2021 15:36:56 -0500 (EST)

branch: scratch/org-contacts-rebased
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 fbdf0fc..bc52648 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]