diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:36 +0200 |
commit | 61427c1f1db52e12ebf19ff79b98739db586102f (patch) | |
tree | a2c876ea478a0802b237f158951cb1655e834387 /gnu | |
parent | 7a82889156378bc19ebad83accfdb7e3041dddc0 (diff) |
gnu: texlive-inputenx: Edit description.
* gnu/packages/tex.scm (texlive-inputenx)[descripton]: Edit & fix spelling.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 818316a4e5..520e8598f4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2833,9 +2833,9 @@ UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.") (synopsis "Enhanced input encoding handling") (description "This package deals with input encodings. It provides a wider range of input -encodings using standard mappings, than does inputenc; it also covers nearly all -slots. In this way, it serves as more uptodate replacement for package -inputenc.") +encodings using standard mappings, than does inputenc. It also covers nearly all +slots. In this way, it serves as more up to date replacement for the inputenc +package.") (license license:lppl1.3+))) (define-public texlive-kpathsea |