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

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

[elpa] externals/ebdb 0ba072ce9a 1/7: Documentation variable names typos


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 0ba072ce9a 1/7: Documentation variable names typos, around `ebdb-accept-header-alist' (#101)
Date: Sat, 26 Feb 2022 11:12:19 -0500 (EST)

branch: externals/ebdb
commit 0ba072ce9a6540dd3002e56eaa83693d7cebadd5
Author: Santiago Payà Miralta <santiagopim@gmail.com>
Commit: GitHub <noreply@github.com>

    Documentation variable names typos, around `ebdb-accept-header-alist' (#101)
    
    * Fix documentation variable names typos, around `ebdb-accept-header-alist'
    
    * Recover indentation.
    
    Pending Tab-Spaces cleaning in the whole file, in a future commit.
---
 ebdb-mua.el | 4 ++--
 ebdb.info   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ebdb-mua.el b/ebdb-mua.el
index e122077965..6b104bfc77 100644
--- a/ebdb-mua.el
+++ b/ebdb-mua.el
@@ -178,7 +178,7 @@ also consider the email addresses in the remaining headers."
 The format of this alist is
    ((HEADER-TYPE . REGEXP) ...)
 
-Where HEADER-TYPE is one of the symbols 'sender, 'recipients',
+Where HEADER-TYPE is one of the symbols 'sender, 'recipients,
 'any (meaning 'sender or 'recipients), or 'subject.
 
 For example, if
@@ -186,7 +186,7 @@ For example, if
     (subject . \"time travel\"))
 EBDB records are only created for messages sent by people at Maximegalon U.,
 or people posting about time travel.
-If t accept all messages.  If nil, accept all messages.
+If t accept all messages.  If nil, does not accept any message.
 
 See also `ebdb-ignore-header-alist', which has the opposite effect."
   :type '(repeat (cons
diff --git a/ebdb.info b/ebdb.info
index a903682b6f..8bf5fbefb1 100644
--- a/ebdb.info
+++ b/ebdb.info
@@ -805,15 +805,15 @@ more options come into play:
    There are also options governing whether EBDB will consider a mail
 address or not:
 
- -- User Option: ebdb-accept-header-list
+ -- User Option: ebdb-accept-header-alist
      An alist governing which addresses in which headers will be
      accepted.  See docstring for details.
 
- -- User Option: ebdb-ignore-header-list
+ -- User Option: ebdb-ignore-header-alist
      An alist governing which addresses in which headers will be
      ignored.  See docstring for details.
 
- -- User Option: ebdb-user-name-address-re
+ -- User Option: ebdb-user-mail-address-re
      A regular expression matching the user’s own mail address(es).  In
      addition to a regexp, this can also be the symbol ‘message’, in
      which case the value will be copied from



reply via email to

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