# HG changeset patch # User Rik # Date 1515130221 28800 # Node ID d68d1096d294454231d27858e4d092213196976e # Parent a8eb8a734b9d0761f30959f431295811a16a705c doc: Another tweak to lookup() documentation (bug #52785). * lookup.cc (Flookup): Change remaining instance of 'val' to input variable 'y'. diff -r a8eb8a734b9d -r d68d1096d294 libinterp/corefcn/lookup.cc --- a/libinterp/corefcn/lookup.cc Fri Jan 05 00:21:08 2018 -0500 +++ b/libinterp/corefcn/lookup.cc Thu Jan 04 21:30:21 2018 -0800 @@ -222,7 +222,7 @@ otherwise, @code{idx(i)} is zero. @item b -Boolean. @code{idx(i)} is a logical 1 or 0, indicating whether @code{val(i)} +Boolean. @code{idx(i)} is a logical 1 or 0, indicating whether @code{y(i)} is contained in table or not. @item l