From a2b63d58d43f5d43a2677048b601a16ce132889d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 9 Nov 2014 17:56:02 +0100 Subject: [PATCH] gnu: Re-synchronize a couple of synopses with the Womb. * gnu/packages/lisp.scm (gcl): Synchronize synopsis. * gnu/packages/scheme.scm (mit-scheme): Ditto. --- gnu/packages/lisp.scm | 2 +- gnu/packages/scheme.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index d053ab3a4ee9ce4b38f4bd534b07477ab1138b8f..f9d1c265187853cd0653546fdfd33c8fdea7fda0 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -70,7 +70,7 @@ ("texinfo" ,texinfo) ("texlive" ,texlive))) (home-page "http://www.gnu.org/software/gcl") - (synopsis "Common Lisp implementation") + (synopsis "A Common Lisp implementation") (description "GCL is an implementation of the Common Lisp language. It features the ability to compile to native object code and to load native object code modules directly into its lisp core. It also features a diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 58740e5e21d24b195fc5750e0ae4895906a34266..4c00c0374bbb66761a41fdabea822e6321dc2d7d 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -123,7 +123,7 @@ (supported-systems (delete "mips64el-linux" %supported-systems)) (home-page "http://www.gnu.org/software/mit-scheme/") - (synopsis "Scheme implementation with integrated editor and debugger") + (synopsis "A Scheme implementation with integrated editor and debugger") (description "GNU/MIT Scheme is an implementation of the Scheme programming language. It provides an interpreter, a compiler and a debugger. It also