[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/3] Fix spelling
From: |
Andrew Tropin |
Subject: |
[PATCH 3/3] Fix spelling |
Date: |
Tue, 25 Jun 2024 15:20:12 +0400 |
* doc/ref/srfi-modules.texi:
* doc/ref/vm.texi:
---
doc/ref/srfi-modules.texi | 2 +-
doc/ref/vm.texi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 02da3e2f2..7e2295acd 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -5093,7 +5093,7 @@ wrap procedure bodies with @code{(lazy ...)}.
@end itemize
@node SRFI-46
-@subsection SRFI-46 Basic syntax-rules Extensions
+@subsection SRFI-46 - Basic syntax-rules Extensions
@cindex SRFI-46
Guile's core @code{syntax-rules} supports the extensions specified by
diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi
index b0669f0d4..c0c4aa3c4 100644
--- a/doc/ref/vm.texi
+++ b/doc/ref/vm.texi
@@ -533,7 +533,7 @@ Side tables of procedure properties, arities, and
docstrings.
@item .guile.docstrs.strtab
Side table of frame maps, describing the set of live slots for ever
return point in the program text, and whether those slots are pointers
-are not. Used by the garbage collector.
+or not. Used by the garbage collector.
@item .debug_info
@itemx .debug_abbrev
@itemx .debug_str
--
2.45.1
- RE: [PATCH 1/3] Make string-length documentation more correct, (continued)
- Re: [PATCH 1/3] Make string-length documentation more correct, Jean Abou Samra, 2024/06/26
- RE: [PATCH 1/3] Make string-length documentation more correct, Maxime Devos, 2024/06/26
- Re: [PATCH 1/3] Make string-length documentation more correct, Damien Mattei, 2024/06/26
- RE: [PATCH 1/3] Make string-length documentation more correct, Andrew Tropin, 2024/06/28
- RE: [PATCH 1/3] Make string-length documentation more correct, Andrew Tropin, 2024/06/28
[PATCH 2/3] Change make-dynamic-state mentions to current-dynamic-state, Andrew Tropin, 2024/06/25
[PATCH 3/3] Fix spelling,
Andrew Tropin <=