]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
guile: Restore cross-reference in 'set-session-priorities!' docstring.
authorLudovic Courtès <ludo@gnu.org>
Mon, 22 Sep 2014 14:20:07 +0000 (16:20 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 22 Sep 2014 14:20:28 +0000 (16:20 +0200)
This had been destroyed in 32d90395.

guile/src/core.c

index b2f0869030dbcca1525f7de747f1e518d4647b23..82fd5734327ef96f2e8d11db708119a55c0b960c 100644 (file)
@@ -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;