From ffe5262fad98f550a04c3177139b0247417d2170 Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Fri, 17 Sep 2010 19:13:36 +0200 Subject: [PATCH] Typo fix. --- .gitignore | 2 ++ clqr-conditions-and-errors.tex | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e5c3144..d6b8bce 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ color-current.tex paper-current.tex html/release-date.txt html/release-revision.txt +html/latest-changes.html +html/*.jpg \ No newline at end of file diff --git a/clqr-conditions-and-errors.tex b/clqr-conditions-and-errors.tex index c9182d6..de074e8 100644 --- a/clqr-conditions-and-errors.tex +++ b/clqr-conditions-and-errors.tex @@ -155,13 +155,13 @@ page \pageref{data-types}. \PROGN{\VAR{restart-form}})})} { Evaluate \VAR{form} with dynamically established restarts \VAR{foo}. Return - \retval{values of \VAR{form}} or, if by (\kwd{invoke-restarts} + \retval{values of \VAR{form}} or, if by (\FU{invoke-restart} \VAR{foo} \OPn{\VAR{arg}}) one restart \VAR{foo} is called, use \VAR{string} or \VAR{report-function} (of a stream) to print a description of restart \VAR{foo} and return the \retval{values of its \VAR{restart-form}s}. \VAR{arg-function} supplies appropriate \VAR{arg}s if \VAR{foo} is - called by \kwd{invoke-restart-interactively}. If (\VAR{test-function} \VAR{condition}) + called by \FU{invoke-restart-interactively}. If (\VAR{test-function} \VAR{condition}) returns \T, \VAR{foo} is made visible under \VAR{condition}. For (\OPn{\VAR{ord-$\lambda$}}) see p.\ \pageref{section:Functions}. } @@ -181,7 +181,8 @@ page \pageref{data-types}. (\FU*{INVOKE-RESTART-INTERACTIVELY} \VAR{ restart})}{.}} { Call function associated with \VAR{restart} with arguments given or - prompted for, respectively. If \VAR{restart} function returns, return \retval{its values}. + prompted for, respectively. If \VAR{restart} function returns, + return \retval{its values}. } \IT{(\xorGOO{\FU*{COMPUTE-RESTARTS}\\ -- 2.11.4.GIT