]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the Elisp manual wrt GnuTL cryptography
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Jul 2017 11:28:43 +0000 (14:28 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Jul 2017 11:28:43 +0000 (14:28 +0300)
* doc/lispref/elisp.texi (Top): Update the master menu.
* doc/lispref/text.texi (GnuTLS Cryptography): Add a @menu, to
avoid errors in makeinfo.

doc/lispref/elisp.texi
doc/lispref/text.texi

index 4bedea3bdd1b1325ccc6bc03228973cae4809ae6..f30d9f95e2cc195b63bae8d0ca713a13404b3422 100644 (file)
@@ -1196,6 +1196,7 @@ Text
 * Decompression::           Dealing with compressed data.
 * Base 64::                 Conversion to or from base 64 encoding.
 * Checksum/Hash::           Computing cryptographic hashes.
+* GnuTLS Cryptography::     Cryptographic algorithms imported from GnuTLS.
 * Parsing HTML/XML::        Parsing HTML and XML.
 * Atomic Changes::          Installing several buffer changes atomically.
 * Change Hooks::            Supplying functions to be run when text is changed.
index fd6ddc98fed46663cbb48b98bedafd1860bffeb1..7108520e79fb77109e51cfd61d92e48d824fb2bc 100644 (file)
@@ -4521,6 +4521,11 @@ Please consult @uref{https://www.gnutls.org/} for specific
 documentation which may help you understand the terminology and
 structure of the GnuTLS library.
 
+@menu
+* Format of GnuTLS Cryptography Inputs::
+* GnuTLS Cryptographic Functions::
+@end menu
+
 @node Format of GnuTLS Cryptography Inputs
 @subsection Format of GnuTLS Cryptography Inputs
 @cindex format of gnutls cryptography inputs