From 99a1f550490fde5e05f9af686718a894fa6c1529 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 23 Jun 2014 23:24:26 +0900 Subject: [PATCH] Simpler description. --- lib/chibi/show/show.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/chibi/show/show.scm b/lib/chibi/show/show.scm index fa1d3290..5cf9bb50 100644 --- a/lib/chibi/show/show.scm +++ b/lib/chibi/show/show.scm @@ -4,8 +4,7 @@ ;;> A library of procedures for formatting Scheme objects to text in ;;> various ways, and for easily concatenating, composing and -;;> extending these formatters efficiently without resorting to -;;> capturing and manipulating intermediate strings. +;;> extending these formatters. ;;> \section{Background} ;;>