X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Fldap.texi;h=5099e921312d3899496bcacc28052554535ff99c;hb=682b150413bbb86eadb481299953bc42c8faca92;hp=827fca0edc1bb80402b8fa3d06d230aafe8474bb;hpb=98a6e4055a1fa624c592ac06f79287d55196ca37;p=chise%2Fxemacs-chise.git- 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