diff options
author | gemmaro <gemmaro.dev@gmail.com> | 2024-12-22 14:59:00 +0900 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-16 13:40:40 +0800 |
commit | 4879454f1a86c83e1aaaaa9a5f6d375eb34603f2 (patch) | |
tree | 6449c627d89d0debb29540e6151f95d4c2dad102 /gnu | |
parent | 2bec2b41af722d54087d379477297b41c47b64d9 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9b3139dfa1..c1f3a8ec15 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -5023,8 +5023,8 @@ a set of simplified face specifications and a user-supplied color palette.") (home-page "https://howm.osdn.jp/") (synopsis "Note-taking tool for Emacs") (description "Howm is a note-taking tool for Emacs. Like -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.") +@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.") (license license:gpl1+))) (define-public emacs-mediawiki-el |