diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 03:30:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 03:31:52 +0200 |
commit | 78d1f6dcaa3ec9cc3726f86705dfe8ef1ab9b640 (patch) | |
tree | cffe1f8ae6100953f423539d80effeb42345c56f /gnu/packages | |
parent | 5a29639cf6096641ec872b1f18e02d6d583ed6bd (diff) | |
download | guix-78d1f6dcaa3ec9cc3726f86705dfe8ef1ab9b640.tar.gz guix-78d1f6dcaa3ec9cc3726f86705dfe8ef1ab9b640.zip |
gnu: jucipp: Fix description mark-up.
* gnu/packages/text-editors.scm (jucipp)[description]:
Substitute @acronym for @dfn.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 19542a9f31..0d6e4ca58f 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -362,7 +362,7 @@ bindings and many of the powerful features of GNU Emacs.") ("libgit2" ,libgit2))) (synopsis "Lightweight C++ IDE") (description - "juCi++ is a small @dfn{IDE} (Integrated Development Environment) + "juCi++ is a small @acronym{IDE, Integrated Development Environment} designed especially towards libclang with speed, stability, and ease of use in mind. |