From: teranisi Date: Tue, 3 Sep 2002 00:46:02 +0000 (+0000) Subject: * pldap.el (ldap-default-host): Fixed docstring. X-Git-Tag: elmo-mark-root~19 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115948d94e27121bac9b14f71665e39617b8bdb3;p=elisp%2Fwanderlust.git * pldap.el (ldap-default-host): Fixed docstring. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 5f27e8f..8ec9d55 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -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 diff --git a/elmo/pldap.el b/elmo/pldap.el index b544227..0772207 100644 --- a/elmo/pldap.el +++ b/elmo/pldap.el @@ -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)