diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:03 +0200 |
commit | 5cbb60562d4a53ae020a7988493fde3c64ee529e (patch) | |
tree | 18ad25cf0d047e9f49a82f455d4cb1c7401507b0 /gnu | |
parent | b0e5576702057ed2fb4898f07b655a55789484a3 (diff) | |
download | guix-5cbb60562d4a53ae020a7988493fde3c64ee529e.tar.gz |
gnu: anthy: Mark up description.
* gnu/packages/anthy.scm (anthy)[description]: Use @file{}.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/anthy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/anthy.scm b/gnu/packages/anthy.scm index 4a0066a621..d26cf4a058 100644 --- a/gnu/packages/anthy.scm +++ b/gnu/packages/anthy.scm @@ -57,7 +57,7 @@ hiragana text to mixed kana and kanji. It is written in the C programming language. Anthy stores personal customizations (words it has learned from the user's input, words the user has explicitly -added, etc.) in the ~/.anthy/ directory. This package contains the +added, etc.) in the @file{~/.anthy/} directory. This package contains the anthy C libraries, the cannadic and alt-cannadic kana dictionaries, as well as command-line tools for using anthy and managing dictionaries.") |