From b2f88a3b4402acfc25dad4bcf2a94b56d1c20dd3 Mon Sep 17 00:00:00 2001
From: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Date: Wed, 17 May 2023 06:59:52 -0400
Subject: [PATCH] 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")))
 
 
-- 
2.39.5