X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Flispref%2Fldap.texi;fp=man%2Flispref%2Fldap.texi;h=5099e921312d3899496bcacc28052554535ff99c;hp=827fca0edc1bb80402b8fa3d06d230aafe8474bb;hb=79d2db7d65205bc85d471590726d0cf3af5598e0;hpb=de1ec4b272dfa3f9ef2c9ae28a9ba67170d24da5 diff --git a/man/lispref/ldap.texi b/man/lispref/ldap.texi index 827fca0..5099e92 100644 --- a/man/lispref/ldap.texi +++ b/man/lispref/ldap.texi @@ -431,21 +431,21 @@ A function that decodes a LDAP boolean string representation @end defun @defun ldap-decode-string str -Decode a string @var{str} according to @var{ldap-coding-system}. +Decode a string @var{str} according to @code{ldap-coding-system}. @end defun @defun ldap-encode-string str -Encode a string @var{str} according to @var{ldap-coding-system}. +Encode a string @var{str} according to @code{ldap-coding-system}. @end defun @defun ldap-decode-address str -Decode an address @var{str} according to @var{ldap-coding-system} and +Decode an address @var{str} according to @code{ldap-coding-system} and replacing $ signs with newlines as specified by LDAP encoding rules for addresses. @end defun @defun ldap-encode-address str -Encode an address @var{str} according to @var{ldap-coding-system} and +Encode an address @var{str} according to @code{ldap-coding-system} and replacing newlines with $ signs as specified by LDAP encoding rules for addresses. @end defun