gnu: emacs-eimp: Fix description.

* gnu/packages/emacs-xyz.scm (emacs-eimp)[description]:
Fix Texinfo code markup.

Change-Id: If457277254dbbdf3ba50b14ff0c2a74c6ddb94d6
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
gemmaro 2024-12-22 14:59:01 +09:00 committed by Zheng Junjie
parent 4879454f1a
commit d24e0cda4b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -22004,7 +22004,7 @@ (define-public emacs-eimp
(home-page "https://github.com/nicferrier/eimp") (home-page "https://github.com/nicferrier/eimp")
(synopsis "Interactive image manipulation utility for Emacs") (synopsis "Interactive image manipulation utility for Emacs")
(description "@code{emacs-eimp} allows interactive image manipulation (description "@code{emacs-eimp} allows interactive image manipulation
from within Emacs. It uses the code@{mogrify} utility from ImageMagick to do from within Emacs. It uses the @code{mogrify} utility from ImageMagick to do
the actual transformations.") the actual transformations.")
(license license:gpl2+)))) (license license:gpl2+))))