aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-12-10 02:36:15 +0100
committerLars Ingebrigtsen2021-12-10 02:36:15 +0100
commit8b323852d82d97bd2a4a55bce7d025869f3ecf8e (patch)
tree676923bebc6a90cee8fd55c660c2c17ac941506d
parent3e2be7e7068f6860a225c07ef0710237211b010b (diff)
downloademacs-8b323852d82d97bd2a4a55bce7d025869f3ecf8e.tar.gz
emacs-8b323852d82d97bd2a4a55bce7d025869f3ecf8e.zip
Fix typos in manual
-rw-r--r--doc/lispref/elisp.texi2
-rw-r--r--doc/lispref/text.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index c9b4db5a84f..b773ba8fb9e 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -1224,7 +1224,7 @@ Text
1224* Base 64:: Conversion to or from base 64 encoding. 1224* Base 64:: Conversion to or from base 64 encoding.
1225* Checksum/Hash:: Computing cryptographic hashes. 1225* Checksum/Hash:: Computing cryptographic hashes.
1226* GnuTLS Cryptography:: Cryptographic algorithms imported from GnuTLS. 1226* GnuTLS Cryptography:: Cryptographic algorithms imported from GnuTLS.
1227* Database:: Interacting with an SQL databsae. 1227* Database:: Interacting with an SQL database.
1228* Parsing HTML/XML:: Parsing HTML and XML. 1228* Parsing HTML/XML:: Parsing HTML and XML.
1229* Atomic Changes:: Installing several buffer changes atomically. 1229* Atomic Changes:: Installing several buffer changes atomically.
1230* Change Hooks:: Supplying functions to be run when text is changed. 1230* Change Hooks:: Supplying functions to be run when text is changed.
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 6ab4f4193ac..6576ac74a70 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -60,7 +60,7 @@ the character after point.
60* Base 64:: Conversion to or from base 64 encoding. 60* Base 64:: Conversion to or from base 64 encoding.
61* Checksum/Hash:: Computing cryptographic hashes. 61* Checksum/Hash:: Computing cryptographic hashes.
62* GnuTLS Cryptography:: Cryptographic algorithms imported from GnuTLS. 62* GnuTLS Cryptography:: Cryptographic algorithms imported from GnuTLS.
63* Database:: Interacting with an SQL databsae. 63* Database:: Interacting with an SQL database.
64* Parsing HTML/XML:: Parsing HTML and XML. 64* Parsing HTML/XML:: Parsing HTML and XML.
65* Parsing JSON:: Parsing and generating JSON values. 65* Parsing JSON:: Parsing and generating JSON values.
66* JSONRPC:: JSON Remote Procedure Call protocol 66* JSONRPC:: JSON Remote Procedure Call protocol