[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 1f16110: Fix the Elisp manual wrt GnuTL cryptograph
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] master 1f16110: Fix the Elisp manual wrt GnuTL cryptography |
Date: |
Sat, 15 Jul 2017 07:29:33 -0400 (EDT) |
branch: master
commit 1f161104ce4e275b056b5987976f9f2adb421221
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
Fix the Elisp manual wrt GnuTL cryptography
* 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 | 1 +
doc/lispref/text.texi | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 4bedea3..f30d9f9 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -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.
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index fd6ddc9..7108520 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -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.
address@hidden
+* Format of GnuTLS Cryptography Inputs::
+* GnuTLS Cryptographic Functions::
address@hidden menu
+
@node Format of GnuTLS Cryptography Inputs
@subsection Format of GnuTLS Cryptography Inputs
@cindex format of gnutls cryptography inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 1f16110: Fix the Elisp manual wrt GnuTL cryptography,
Eli Zaretskii <=