summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-02-27 23:35:54 +0100
committerLudovic Courtès <ludo@gnu.org>2011-02-27 23:35:54 +0100
commit0d3496deb4e583a6f1817c46e8f5424655745136 (patch)
tree10f82e5eaabfd314498d3abe4c5c78ea7ec992b8 /guile
parent6588bbdbfde030bca4286d6efe3da3bb7add7139 (diff)
downloadgnutls-0d3496deb4e583a6f1817c46e8f5424655745136.tar.gz
Add nodes for the subsections of "The TLS Handshake Protocol".
Diffstat (limited to 'guile')
-rw-r--r--guile/src/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/guile/src/core.c b/guile/src/core.c
index e0b264bf88..afdbd93047 100644
--- a/guile/src/core.c
+++ b/guile/src/core.c
@@ -539,8 +539,8 @@ 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 the "
- "manual for the syntax. When @var{priorities} cannot be "
+ "methods. @var{priorities} must be a string (@pxref{"
+ "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")