emacs-diffs
[Top][All Lists]
Advanced

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

master b2f88a3b440: EUDC: Fix eudc-ldap-no-wildcard-attributes docstring


From: Thomas Fitzsimmons
Subject: master b2f88a3b440: EUDC: Fix eudc-ldap-no-wildcard-attributes docstring
Date: Wed, 17 May 2023 07:00:54 -0400 (EDT)

branch: master
commit b2f88a3b4402acfc25dad4bcf2a94b56d1c20dd3
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    EUDC: Fix eudc-ldap-no-wildcard-attributes docstring
    
    * lisp/net/eudc-vars.el (eudc-ldap-no-wildcard-attributes): Fix
    docstring.  (Bug#62721)
---
 lisp/net/eudc-vars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el
index b3aa23f5827..b6b06f0c9fa 100644
--- a/lisp/net/eudc-vars.el
+++ b/lisp/net/eudc-vars.el
@@ -446,7 +446,7 @@ objectclass in Active Directory servers.
 You may not want functions like `eudc-query-form' and
 `eudc-expand-inline' to do LDAP wildcard expansion by default on
 certain fields.  If so, add the relevant symbol to this list, for
-example `samaccountname' for the \"E-Mail\" field."
+example `mail' for the \"E-Mail\" field."
   :type  '(repeat (symbol :tag "Directory attribute")))
 
 



reply via email to

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