diff libinterp/corefcn/lookup.cc @ 24505:9c178e5252e4

maint: merge stable to default.
author Rik <rik@octave.org>
date Wed, 03 Jan 2018 22:00:03 -0800
parents 21d2114476a4 5188d936c79a
children d68d1096d294
line wrap: on
line diff
--- a/libinterp/corefcn/lookup.cc	Wed Jan 03 17:43:07 2018 -0800
+++ b/libinterp/corefcn/lookup.cc	Wed Jan 03 22:00:03 2018 -0800
@@ -218,7 +218,7 @@
 
 @table @code
 @item m
-Match.  @code{table(idx(i)) == val(i)} if @code{val(i)} occurs in table;
+Match.  @code{table(idx(i)) == y(i)} if @code{y(i)} occurs in table;
 otherwise, @code{idx(i)} is zero.
 
 @item b