From 115948d94e27121bac9b14f71665e39617b8bdb3 Mon Sep 17 00:00:00 2001 From: teranisi Date: Tue, 3 Sep 2002 00:46:02 +0000 Subject: [PATCH] * pldap.el (ldap-default-host): Fixed docstring. --- elmo/ChangeLog | 1 + elmo/pldap.el | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) 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) -- 1.7.10.4