[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 14/25: doc/groff.texi: Fix content nit.
From: |
G. Branden Robinson |
Subject: |
[groff] 14/25: doc/groff.texi: Fix content nit. |
Date: |
Mon, 28 Mar 2022 12:08:20 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 69483785ef796fc832a6edf06aeb450d405f8ae0
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Mar 29 00:54:10 2022 +1100
doc/groff.texi: Fix content nit.
Migrate terminology: "escape" -> "escape sequence".
---
doc/groff.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/groff.texi b/doc/groff.texi
index 55f8b836..7f094599 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -7898,11 +7898,11 @@ server came to light, revealing visitors from Hogwarts.
@Defreq {hc, [@Var{char}]}
Change the hyphenation character to @var{char}. This character then
-works as the @code{\%} escape normally does, and thus no longer appears
-in the output.@footnote{@code{\%} itself stops marking hyphenation
-points but still produces no output glyph.} Without an argument,
-@code{hc} resets the hyphenation character to @code{\%} (the default).
-The hyphenation character is associated with the environment
+works as the @code{\%} escape sequence normally does, and thus no longer
+appears in the output.@footnote{@code{\%} itself stops marking
+hyphenation points but still produces no output glyph.} Without an
+argument, @code{hc} resets the hyphenation character to @code{\%} (the
+default). The hyphenation character is associated with the environment
(@pxref{Environments}).
@endDefreq
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 14/25: doc/groff.texi: Fix content nit.,
G. Branden Robinson <=