emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/tzz/nettle f277b8d: WIP: GnuTLS: docs: oops, use x


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/nettle f277b8d: WIP: GnuTLS: docs: oops, use xref not a direct link in texi
Date: Tue, 16 May 2017 18:18:05 -0400 (EDT)

branch: scratch/tzz/nettle
commit f277b8d0e828a5917ace63e3ae274c0a9b5b1293
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    WIP: GnuTLS: docs: oops, use xref not a direct link in texi
---
 doc/lispref/text.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 1d6a7d1..cad6d0f 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -4589,7 +4589,7 @@ The @var{digest-method} can be the whole plist from
 name of that symbol.
 
 The @var{input} can be specified as a buffer or string or in other
-ways (see Info node `(elisp)Format of GnuTLS Cryptography Inputs').
+ways (@xref{Format of GnuTLS Cryptography Inputs}).
 
 This function returns nil on error, and signals a Lisp error if the
 @var{digest-method} or @var{input} are invalid.  On success, it returns
@@ -4618,11 +4618,11 @@ The @var{hash-method} can be the whole plist from
 name of that symbol.
 
 The @var{key} can be specified as a buffer or string or in other ways
-(see Info node `(elisp)Format of GnuTLS Cryptography Inputs').  The @var{key} 
will be
+(@xref{Format of GnuTLS Cryptography Inputs}).  The @var{key} will be
 wiped after use if it's a string.
 
 The @var{input} can be specified as a buffer or string or in other
-ways (see Info node `(elisp)Format of GnuTLS Cryptography Inputs').
+ways (@xref{Format of GnuTLS Cryptography Inputs}).
 
 This function returns nil on error, and signals a Lisp error if the
 @var{hash-method} or @var{key} or @var{input} are invalid.  On
@@ -4648,7 +4648,7 @@ The @var{cipher} can be the whole plist from
 name of that symbol.
 
 The @var{key} can be specified as a buffer or string or in other ways
-(see Info node `(elisp)Format of GnuTLS Cryptography Inputs').  The @var{key} 
will be
+(@xref{Format of GnuTLS Cryptography Inputs}).  The @var{key} will be
 wiped after use if it's a string.
 
 The @var{iv} and @var{input} and the optional @var{aead_auth} can be
@@ -4670,7 +4670,7 @@ The @var{cipher} can be the whole plist from
 name of that symbol.
 
 The @var{key} can be specified as a buffer or string or in other ways
-(see Info node `(elisp)Format of GnuTLS Cryptography Inputs').  The @var{key} 
will be
+(@xref{Format of GnuTLS Cryptography Inputs}).  The @var{key} will be
 wiped after use if it's a string.
 
 The @var{iv} and @var{input} and the optional @var{aead_auth} can be



reply via email to

[Prev in Thread] Current Thread [Next in Thread]