summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-07-16 12:14:13 +0300
committerAlex Kost <alezost@gmail.com>2015-07-18 13:05:01 +0300
commit7c125ce02384cff462a3ed84ac77153921e1c2a5 (patch)
tree665f7ee9f7e11b50490f62acefaceab3fc533992 /gnu/packages/maths.scm
parent01bec8a61d537d9f432aeb17cc299c3976f85656 (diff)
downloadpatches-7c125ce02384cff462a3ed84ac77153921e1c2a5.tar
patches-7c125ce02384cff462a3ed84ac77153921e1c2a5.tar.gz
gnu packages: Avoid description lines with leading "(".
* gnu/packages/curl.scm (curl): Reformat description to avoid a line beginning with "(" because such lines break font-lock highlighting in Emacs. * gnu/packages/flashing-tools.scm (dfu-programmer): Likewise. * gnu/packages/games.scm (gnugo): Likewise. * gnu/packages/gnome.scm (json-glib): Likewise. * gnu/packages/image.scm (jbig2dec): Likewise. * gnu/packages/maths.scm (units): Likewise. * gnu/packages/pdf.scm (mupdf): Likewise. * gnu/packages/web.scm (perl-encode-locale): Likewise. * gnu/packages/wordnet.scm (wordnet): Likewise. * gnu/packages/xml.scm (libxml2):Likewise.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7eb2f5aeae..2d651cb22a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -90,10 +90,10 @@
(synopsis "Conversion between thousands of scales")
(description
"GNU Units converts numeric quantities between units of measure. It
-can handle scale changes through adaptive usage of standard scale prefixes
-(micro-, kilo-, etc.). It can also handle nonlinear conversions such as
-Fahrenheit to Celsius. Its interpreter is powerful enough to be used
-effectively as a scientific calculator.")
+can handle scale changes through adaptive usage of standard scale
+prefixes (micro-, kilo-, etc.). It can also handle nonlinear
+conversions such as Fahrenheit to Celsius. Its interpreter is powerful
+enough to be used effectively as a scientific calculator.")
(license license:gpl3+)
(home-page "http://www.gnu.org/software/units/")))