gnu: emacs-howm: Fix description.

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

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

View file

@ -5023,8 +5023,8 @@ (define-public emacs-howm
(home-page "https://howm.osdn.jp/") (home-page "https://howm.osdn.jp/")
(synopsis "Note-taking tool for Emacs") (synopsis "Note-taking tool for Emacs")
(description "Howm is a note-taking tool for Emacs. Like (description "Howm is a note-taking tool for Emacs. Like
code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text @code{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.") searches. Unlike @code{emacs-wiki.el}, it can be combined with any format.")
(license license:gpl1+))) (license license:gpl1+)))
(define-public emacs-mediawiki-el (define-public emacs-mediawiki-el