diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-09 17:56:02 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-09 22:33:45 +0100 |
commit | a2b63d58d43f5d43a2677048b601a16ce132889d (patch) | |
tree | 95e0a73da3c5fdb0ce1e2d0259c4ec0c31c98ab5 /gnu/packages/scheme.scm | |
parent | c4bd2aca00068c179c308256e6a8c04d7d3e108e (diff) | |
download | patches-a2b63d58d43f5d43a2677048b601a16ce132889d.tar patches-a2b63d58d43f5d43a2677048b601a16ce132889d.tar.gz |
gnu: Re-synchronize a couple of synopses with the Womb.
* gnu/packages/lisp.scm (gcl): Synchronize synopsis.
* gnu/packages/scheme.scm (mit-scheme): Ditto.
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r-- | gnu/packages/scheme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 58740e5e21..4c00c0374b 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 |