aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmac/tmac.keep10
1 files changed, 5 insertions, 5 deletions
diff --git a/tmac/tmac.keep b/tmac/tmac.keep
index 54fe7f9..5e554a6 100644
--- a/tmac/tmac.keep
+++ b/tmac/tmac.keep
@@ -20,8 +20,8 @@
.\" output all queued floating objects.
.\"
.\" .keepbeg.rst
-.\" This macro is called by this package just before printing a
-.\" floating object. It may be redefined if necessary.
+.\" This macro is called by this package just before printing
+.\" a floating object. It may be redefined if necessary.
.\"
.\" .keepend.rst
.\" This macro is called by this package just after printing
@@ -37,10 +37,10 @@
. da keepdiv
..
.de keepbeg.rst
-. in 0
+' in 0
..
.de keepend.rst
-. in 0
+' in 0
..
.de keepprint
. if \\n[keepprint]=0 \{\
@@ -49,8 +49,8 @@
. keepbeg.rst
. nf
. \\$1
-. ev
. keepend.rst
+. ev
. nr keepprint 0
. rm \\$1
. \}