summaryrefslogtreecommitdiff
path: root/gnu/packages/idutils.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
commit79c311b81cd8b12075f4c8028a65787481ee40c5 (patch)
tree7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/idutils.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadguix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar
guix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/idutils.scm')
-rw-r--r--gnu/packages/idutils.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/idutils.scm b/gnu/packages/idutils.scm
index 11dd6ea4d4..5854462d85 100644
--- a/gnu/packages/idutils.scm
+++ b/gnu/packages/idutils.scm
@@ -43,9 +43,9 @@
(home-page "http://www.gnu.org/software/idutils/")
(synopsis "Identifier database utilities")
(description
- "ID Utils provides tools to create an index if textual tokens used in a
-list of file names and to then query that index. Thus, it allows the user
-to, for example, find all the uses of a particular function in all files of a
-large programming project. In addition to handling textual tokens, it can
-also handle numeric constants and the contents of character strings.")
+ "The GNU idutils package includes tools to create an index of textual
+tokens used in a list of file names and then to query that index. Thus, it
+allows the user to, for example, find all the uses of a particular function
+in a large programming project. In addition to handling textual tokens, it
+can also handle numeric constants and the contents of character strings.")
(license gpl3+)))