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

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

[elpa] scratch/org-contacts-rebased 938ca34 019/118: Add missing word to


From: Stefan Monnier
Subject: [elpa] scratch/org-contacts-rebased 938ca34 019/118: Add missing word to org-contacts y-or-n-p question
Date: Fri, 12 Nov 2021 15:36:56 -0500 (EST)

branch: scratch/org-contacts-rebased
commit 938ca345589a59c4ba3a816a8619dfd694db4089
Author: Tassilo Horn <tassilo@member.fsf.org>
Commit: David Maus <dmaus@ictsoc.de>

    Add missing word to org-contacts y-or-n-p question
    
    * org-contacts.el (org-contacts-check-mail-address): Add missing word
    to y-or-n-p question.
---
 org-contacts.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-contacts.el b/org-contacts.el
index f238483..bdd9996 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -388,7 +388,7 @@ This function should be called from 
`gnus-article-prepare-hook'."
   (let ((mails (org-entry-get (point) org-contacts-email-property)))
     (unless (member mail (split-string mails))
       (when (yes-or-no-p
-             (format "Do you want to this address to %s?" (org-get-heading t)))
+             (format "Do you want to add this address to %s?" (org-get-heading 
t)))
         (org-set-property org-contacts-email-property (concat mails " " 
mail))))))
 
 (defun org-contacts-gnus-check-mail-address ()



reply via email to

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