From 80b5d1ef883170b9f712a8f2dfc724b4a19ec839 Mon Sep 17 00:00:00 2001 From: Lucas Buchala Date: Fri, 22 May 2015 15:59:00 -0300 Subject: [PATCH] Fix fresh-line description --- clqr-input-output.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clqr-input-output.tex b/clqr-input-output.tex index cd5e896..a68ad3a 100644 --- a/clqr-input-output.tex +++ b/clqr-input-output.tex @@ -458,8 +458,8 @@ Output a newline to \VAR{stream}. Return \retval{\NIL}. } - \IT{(\FU*{FRESH-LINE}) - \Op{\DES{\VAR{stream}}\DF{\V{\A standard-output\A}}}} + \IT{(\FU*{FRESH-LINE} + \Op{\DES{\VAR{stream}}\DF{\V{\A standard-output\A}}})} { Output a newline to \VAR{stream} and return \retval{\T} unless \VAR{stream} is already at the start of a line. -- 2.11.4.GIT