diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:36:31 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:49:51 -0800 |
commit | 10ad14df92bf2efffe6d2b53bb803ec273b3cee3 (patch) | |
tree | d80ec3f71141c56fe85e3d1da47d385bf9fff722 /gnu | |
parent | ba8bbfbf4a6ea42fd7d97a5dc2d563a1a203ec7b (diff) |
gnu: texlive-unicode-data: Fix trailing whitespace in description.
* gnu/packages/tex.scm (texlive-unicode-data)[description]: Fix trailing
whitespace.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f6de85aeaa..a54279943f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -611,7 +611,7 @@ Database. Accompanying these source data are generic TeX loader files allowing this data to be used as part of TeX runs, in particular in building format files. Currently there are two loader files: one for general character set up and one for initializing XeTeX character classes as has been carried -out to date by @code{unicode-letters.tex}. ") +out to date by @code{unicode-letters.tex}.") (license license:lppl1.3c+))) (define-deprecated-package texlive-generic-unicode-data texlive-unicode-data) |