]> code.delx.au - gnu-emacs/commitdiff
net/ldap.el (ldap-search-internal): Fix docstring
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 6 Feb 2015 05:29:46 +0000 (00:29 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 6 Feb 2015 05:51:45 +0000 (00:51 -0500)
lisp/ChangeLog
lisp/net/ldap.el

index b60e410f96ef379a987c3e580661a471de416b77..31f10d3c91df06b2b914bb950b6b6522f791550f 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
+
+       * net/ldap.el (ldap-search-internal): Fix docstring.
+
 2015-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * subr.el (define-error): The error conditions may be constant
index a77fc3c651498cefeb358dee1ff97e3051692bab..1df975af3d97adf6113d4850b4bf100c00ee0d67 100644 (file)
@@ -546,8 +546,8 @@ not their associated values.
   `auth' is one of the symbols `simple', `krbv41' or `krbv42'.
   `base' is the base for the search as described in RFC 1779.
   `scope' is one of the three symbols `sub', `base' or `one'.
-  `binddn' is the distinguished name of the user to bind as (in RFC 1779 syntax).
-  `auth' is one of the symbols `simple', `krbv41' or `krbv42'
+  `binddn' is the distinguished name of the user to bind as (in
+RFC 1779 syntax).
   `passwd' is the password to use for simple authentication.
   `deref' is one of the symbols `never', `always', `search' or `find'.
   `timelimit' is the timeout limit for the connection in seconds.