]> git.eshelyaron.com Git - emacs.git/commitdiff
EUDC: Fix eudc-ldap-no-wildcard-attributes docstring
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Wed, 17 May 2023 10:59:52 +0000 (06:59 -0400)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Wed, 17 May 2023 11:00:42 +0000 (07:00 -0400)
* lisp/net/eudc-vars.el (eudc-ldap-no-wildcard-attributes): Fix
docstring.  (Bug#62721)

lisp/net/eudc-vars.el

index b3aa23f5827d24d36c67bb4518d7956b40509746..b6b06f0c9fabd021043a61cbcd09210f2ed2b52a 100644 (file)
@@ -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")))