diff options
Diffstat (limited to 'gnu/packages/texinfo.scm')
-rw-r--r-- | gnu/packages/texinfo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index 4194f48ffe..b418acf35d 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm @@ -42,7 +42,7 @@ ;; TODO: Remove Perl from here when 'patch-shebang' DTRT with /usr/bin/env. (propagated-inputs `(("perl" ,perl))) ; yuck! (home-page "http://www.gnu.org/software/texinfo/") - (synopsis "GNU Texinfo, the GNU documentation system") + (synopsis "The GNU documentation format") (description "Texinfo is the official documentation format of the GNU project. It was invented by Richard Stallman and Bob Chassell many years |