diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-05-27 17:18:56 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-05-27 17:19:15 +0200 |
commit | 32d903954844c38a7f57e7d11f739a13e7c4580b (patch) | |
tree | d08fc4beba5d33c2f6a079f900297e90895be86a /guile | |
parent | 1e00c52df333191fa0c64f37b9bca9c238b8388d (diff) | |
download | gnutls-32d903954844c38a7f57e7d11f739a13e7c4580b.tar.gz |
guile bindings added as a separate document.
Diffstat (limited to 'guile')
-rw-r--r-- | guile/src/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guile/src/core.c b/guile/src/core.c index 4e0f340727..ba9ffabb4c 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 (@pxref{" - "Priority Strings}). When @var{priorities} cannot be " + "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") |