summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-09-22 16:20:07 +0200
committerLudovic Courtès <ludo@gnu.org>2014-09-22 16:20:28 +0200
commitabcb45611717424edbc91a860653f2360a5436bc (patch)
treedc0333f1ac6a389317a7924e6a7b166d9c2b047a /guile
parente9fc74641dae2747b98bc9f79afc041805819339 (diff)
downloadgnutls-abcb45611717424edbc91a860653f2360a5436bc.tar.gz
guile: Restore cross-reference in 'set-session-priorities!' docstring.
This had been destroyed in 32d90395.
Diffstat (limited to 'guile')
-rw-r--r--guile/src/core.c11
1 files changed, 6 insertions, 5 deletions
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;