[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 16/32: [ms]: Explicitly note nestability of RS/RE.
From: |
G. Branden Robinson |
Subject: |
[groff] 16/32: [ms]: Explicitly note nestability of RS/RE. |
Date: |
Wed, 30 Nov 2022 07:26:01 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 355610fe978f54a7d749d52a0bf05a0161cc31d4
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Nov 29 05:14:05 2022 -0600
[ms]: Explicitly note nestability of RS/RE.
---
doc/groff.texi | 4 ++--
doc/ms.ms | 4 +++-
tmac/groff_ms.7.man | 4 +++-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/doc/groff.texi b/doc/groff.texi
index 9c119269d..4400800a8 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -3752,7 +3752,7 @@ money
@subsubsection Indented regions
You may need to indent a region of text while otherwise formatting it
-normally.
+normally. Indented regions can be nested.
@Defmac {RS, , ms}
Begin a region where headings, paragraphs, and displays are indented
@@ -3760,7 +3760,7 @@ Begin a region where headings, paragraphs, and displays
are indented
@endDefmac
@Defmac {RE, , ms}
-End the most recent indented region.
+End the (next) most recent indented region.
@endDefmac
Indented regions can be nested; you can change @code{\n[PI]} before each
diff --git a/doc/ms.ms b/doc/ms.ms
index 0a1bf5b39..4c75b66f1 100644
--- a/doc/ms.ms
+++ b/doc/ms.ms
@@ -2077,6 +2077,8 @@ Indented regions
You may need to indent a region of text while otherwise formatting it
normally.
.
+Indented regions can be nested.
+.
.
.TS
box;
@@ -2091,7 +2093,7 @@ and displays are indented (further) by
.CW \[rs]n[PI] .
T}
\&.RE T{
-End the most recent indented region.
+End the (next) most recent indented region.
T}
.TE
.
diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index 3ff51c9e4..f361449f9 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -1208,6 +1208,8 @@ respectively.
You may need to indent a region of text while otherwise formatting it
normally.
.
+Indented regions can be nested.
+.
.
.TP
.B .RS
@@ -1219,7 +1221,7 @@ and displays are indented (further) by
.
.TP
.B .RE
-End the most recent indented region.
+End the (next) most recent indented region.
.
.
.\" ====================================================================
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 16/32: [ms]: Explicitly note nestability of RS/RE.,
G. Branden Robinson <=