From: Ludovic Courtès Date: Mon, 22 Sep 2014 14:20:07 +0000 (+0200) Subject: guile: Restore cross-reference in 'set-session-priorities!' docstring. X-Git-Tag: gnutls_3_4_0~888 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abcb45611717424edbc91a860653f2360a5436bc;p=thirdparty%2Fgnutls.git guile: Restore cross-reference in 'set-session-priorities!' docstring. This had been destroyed in 32d90395. --- diff --git a/guile/src/core.c b/guile/src/core.c index b2f0869030..82fd573432 100644 --- a/guile/src/core.c +++ b/guile/src/core.c @@ -553,11 +553,12 @@ SCM_DEFINE (scm_gnutls_set_session_priorities_x, (SCM session, SCM priorities), "Have @var{session} use the given @var{priorities} for " "the ciphers, key exchange methods, MACs and compression " - "methods. @var{priorities} must be a string (see " - "Priority Strings). When @var{priorities} cannot be " - "parsed, an @code{error/invalid-request} error is raised, " - "with an extra argument indication the position of the " - "error.\n") + "methods. @var{priorities} must be a string (@pxref{" + "Priority Strings,,, gnutls, GnuTLS@comma{} Transport Layer " + "Security Library for the GNU system}). When @var{priorities} " + "cannot be parsed, an @code{error/invalid-request} error " + "is raised, with an extra argument indication the position " + "of the error.\n") #define FUNC_NAME s_scm_gnutls_set_session_priorities_x { int err;