diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-06-09 23:07:51 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-06-09 23:07:51 -0400 |
commit | 990c3f3b098074945673842e2ecb351832f61402 (patch) | |
tree | bcc93e1e02a06ce5e2048091c7110bc757902f67 /Documentation | |
parent | 8506a5f58460655fabc9f4e1874bab3188903904 (diff) | |
download | piem-990c3f3b098074945673842e2ecb351832f61402.tar.gz |
manual: Avoid space between link and closing parenthesis
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/piem.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/piem.texi b/Documentation/piem.texi index c3208a7..17bb085 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -125,12 +125,11 @@ designed to work with public-inbox archives.) @code{piem-dispatch} transient (see @ifinfo -@ref{Top,,,transient} +@ref{Top,,,transient}) @end ifinfo @ifnotinfo -@url{https://magit.vc/manual/transient/} +@url{https://magit.vc/manual/transient/}) @end ifnotinfo -) provides an entry point to piem commands. It's recommended to bind @code{piem-dispatch} to a key. However, before most of those commands do anything useful, you need to register inboxes |