wl pushed a commit to branch master
in repository groff.

commit e2053c4aa44716d93ec6962775e41d11132b2b37
Author: Ingo Schwarze <[email protected]>
Date:   Sat Mar 7 06:34:45 2015 +0100

    * tmac/doc-common-u (Dd): Avoid warning `unbalanced .el request'.
---
 ChangeLog         |    4 ++++
 tmac/doc-common-u |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8be9941..f43f6a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-07  Ingo Schwarze  <[email protected]>
+
+       * tmac/doc-common-u (Dd): Avoid warning `unbalanced .el request'.
+
 2015-02-12  Werner LEMBERG  <[email protected]>
 
        Minor fixes due to renaming `groff.texinfo' to `groff.texi'.
diff --git a/tmac/doc-common-u b/tmac/doc-common-u
index e63fdb4..2bc54ee 100644
--- a/tmac/doc-common-u
+++ b/tmac/doc-common-u
@@ -802,12 +802,12 @@
 .  ie \n[.$] \{\
 .    ie "\$1"$Mdocdate:" \
 .      ds doc-date-string \$2\~\$3, \$4
-.    el .ie (\n[.$] == 3) \
+.    el \{ .ie (\n[.$] == 3) \
 .      ds doc-date-string \$1\~\$2 \$3
 .    el \{\
 .      ds doc-date-string "\*[doc-date-\n[mo]]
 .      as doc-date-string \~\n[dy], \n[year]
-.    \}
+.    \}\}
 .  \}
 .  el \
 .    ds doc-date-string Epoch

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to