diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-06 16:29:19 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-06 16:29:19 +0000 |
commit | 01f91eb8509ca81a8088b1a6995ea8e0dec6a4bd (patch) | |
tree | a8828ea225b5ee69fff1c33a73c2942edaf74416 /lisp/net/ldap.el | |
parent | c2e6c8d1c3ce1667527b3805584c810b93aec1b9 (diff) | |
download | emacs-01f91eb8509ca81a8088b1a6995ea8e0dec6a4bd.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/net/ldap.el')
-rw-r--r-- | lisp/net/ldap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el index 1724d9b1ea6..2d1f9a0a399 100644 --- a/lisp/net/ldap.el +++ b/lisp/net/ldap.el @@ -70,7 +70,7 @@ Acme organization in the United States." (defcustom ldap-host-parameters-alist nil "*Alist of host-specific options for LDAP transactions. The format of each list element is (HOST PROP1 VAL1 PROP2 VAL2 ...). -HOST is the hostname of an LDAP server(with an optional TCP port number +HOST is the hostname of an LDAP server (with an optional TCP port number appended to it using a colon as a separator). PROPn and VALn are property/value pairs describing parameters for the server. Valid properties include: |