1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

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

* lisp/net/eudc-vars.el (eudc-ldap-no-wildcard-attributes): Fix
docstring.  (Bug#62721)
This commit is contained in:
Thomas Fitzsimmons 2023-05-17 06:59:52 -04:00
parent 2aee38d826
commit b2f88a3b44

View file

@ -446,7 +446,7 @@ objectclass in Active Directory servers.
You may not want functions like `eudc-query-form' and You may not want functions like `eudc-query-form' and
`eudc-expand-inline' to do LDAP wildcard expansion by default on `eudc-expand-inline' to do LDAP wildcard expansion by default on
certain fields. If so, add the relevant symbol to this list, for 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"))) :type '(repeat (symbol :tag "Directory attribute")))