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:
parent
2aee38d826
commit
b2f88a3b44
1 changed files with 1 additions and 1 deletions
|
|
@ -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")))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue