* pldap.el (ldap-default-host): Fixed docstring.
authorteranisi <teranisi>
Tue, 3 Sep 2002 00:46:02 +0000 (00:46 +0000)
committerteranisi <teranisi>
Tue, 3 Sep 2002 00:46:02 +0000 (00:46 +0000)
elmo/ChangeLog
elmo/pldap.el

index 5f27e8f..8ec9d55 100644 (file)
@@ -4,6 +4,7 @@
        `ldap-coding-system' is nil.
        (ldap-encode-string): Ditto.
        (ldap-search-entries): Encode filter string with `ldap-encode-string'.
+       (ldap-default-host): Fixed docstring.
 
 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
 
index b544227..0772207 100644 (file)
@@ -113,9 +113,7 @@ binary values."
   :group 'ldap)
 
 (defcustom ldap-default-host nil
-  "*Default LDAP server hostname.
-A TCP port number can be appended to that name using a colon as
-a separator."
+  "*Default LDAP server hostname."
   :type '(choice (string :tag "Host name")
                 (const :tag "Use library default" nil))
   :group 'ldap)