From 7c125ce02384cff462a3ed84ac77153921e1c2a5 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 16 Jul 2015 12:14:13 +0300 Subject: 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. --- gnu/packages/wordnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/wordnet.scm') diff --git a/gnu/packages/wordnet.scm b/gnu/packages/wordnet.scm index 58831c4259..1823a624ed 100644 --- a/gnu/packages/wordnet.scm +++ b/gnu/packages/wordnet.scm @@ -79,9 +79,9 @@ (synopsis "Lexical database for the English language") (description "WordNet® is a large lexical database of English. Nouns, verbs, -adjectives and adverbs are grouped into sets of cognitive synonyms -(synsets), each expressing a distinct concept. Synsets are interlinked by -means of conceptual-semantic and lexical relations. The resulting network of +adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), +each expressing a distinct concept. Synsets are interlinked by means of +conceptual-semantic and lexical relations. The resulting network of meaningfully related words and concepts can be navigated with the browser. WordNet is also freely and publicly available for download. WordNet's structure makes it a useful tool for computational linguistics and natural -- cgit v1.2.3