diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 21:18:37 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 21:20:26 +0200 |
commit | 1c6daded6ff69f381dc920ad74ddb72e8f1f3e3d (patch) | |
tree | 9f7c7fd6e5235daab6361842f48d1a745203ee78 | |
parent | 656c5f1f382baa6276ca64fe74c15bdb0b033886 (diff) | |
download | mk-1c6daded6ff69f381dc920ad74ddb72e8f1f3e3d.tar.gz |
Fix indentation in @x (hanging indent)
I forgot to change 18p to 5n at this location. Now, @x uses the
same indentation as @p and @q.
-rw-r--r-- | mk/k.tmac | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,8 +88,8 @@ . @e x \" hanging indent . @c 0 . nr sp 0.3v -. nr ti -18p -. in 18p +. nr ti -5n +. in 5n . ad b . @e . |