branch: scratch/org-contacts-rebased
commit ad7f57a6034cc59c085fb19b3b52df71ac99f6c9
Author: Bastien Guerry <b...@altern.org>
Commit: Bastien Guerry <b...@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