summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2021-12-28 19:44:16 +1100
committerG. Branden Robinson <g.branden.robinson@gmail.com>2021-12-28 23:06:03 +1100
commit3e9210e4a8b297766f1d9a41d0568e8cba2827a7 (patch)
tree3e1f884811144cad919f5c2f39a082e3f0fe1ffd /NEWS
parente27d4d63aeef3c9ca7e926114651e47b27714ce2 (diff)
downloadgroff-git-3e9210e4a8b297766f1d9a41d0568e8cba2827a7.tar.gz
[me]: Rename new `$x` register to `sx`.
Since we expect the user to set this register directly, it should not be named with a leading '$' per the "me Reference Manual". * tmac/e.tmac (initialization, {, }): Do it. * tmac/groff_me.7.man: * doc/meref.me.in: * NEWS: Update documentation. * doc/meintro.me.in: * doc/meintro_fr.me.in: * doc/meref.me.in: Sync with new register name. See <https://savannah.gnu.org/bugs/?61025>. Thanks to Dave Kemper for the discussion in <https://savannah.gnu.org/bugs/?61710>.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 437a2289c..0deb1577c 100644
--- a/NEWS
+++ b/NEWS
@@ -238,7 +238,7 @@ o The e (me) macro package has a new macro, `ld`, which "re-localizes
also used internally to simplify the use of the package with languages
other than English; it thus updates the `wa` and `wc` strings as well.
-o The e (me) macro package now has a register `$x` that eases the
+o The e (me) macro package now has a register `sx` that eases the
configuration of space added to the line height above/below when
super/subscripting is used. It defaults to 0.2m, the value used
literally in past definitions of the super/subscripting strings.