diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 19:37:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-04 01:04:21 +0100 |
commit | 16fcca6451277c74b47cc580fed07434d41470a4 (patch) | |
tree | d6bae2a7b1075499ccc344c545e526d165338a1a /gnu | |
parent | 046dd621ecb29c4ec5e5fb85d59a09145191917f (diff) | |
download | guix-16fcca6451277c74b47cc580fed07434d41470a4.tar.gz guix-16fcca6451277c74b47cc580fed07434d41470a4.zip |
gnu: mg: Use @command mark-up in description.
* gnu/packages/text-editors.scm (mg)[description]: Use @command.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/text-editors.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 61f62706e4..60eed99dbf 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -297,9 +297,9 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on (home-page "https://homepage.boetes.org/software/mg/") (synopsis "Microscopic GNU Emacs clone") (description - "Mg (mg) is a GNU Emacs style editor, with which it is \"broadly\" -compatible. This is a portable version of the mg maintained by the OpenBSD -team.") + "Mg (@command{mg}) is a GNU Emacs style editor, with which it is +\"broadly\" compatible. This is a portable version of the mg maintained by the +OpenBSD team.") (license license:public-domain))) (define-public ghostwriter |