From 2fb1cb6e00a0bd87c4351600c98f736c3393044b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 21 Aug 2008 13:45:49 +0100 Subject: [PATCH] fix problem in manual (report from Bernd Gutmann) --- docs/yap.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yap.tex b/docs/yap.tex index cd8638cd1..959131c18 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -8698,7 +8698,7 @@ True when @var{Numbers} is a list of numbers, and @var{Min} is the minimum. @findex numlist/3 @syindex numlist/3 @cnindex numlist/3 -If @var{Low} and @var{High} are integers with @var{Low} @geq{} +If @var{Low} and @var{High} are integers with @var{Low} lesser or equal than @var{High}, unify @var{List} to a list @code{[Low, Low+1, ...High]}. See also @code{between/3}.