Index: generic/nsf.c =================================================================== diff -u -rb55e632513d041baec1da37ce4d46b7fdf539bb5 -rb2ab5886fc3278e549bb2772dfce921fbd06a9e9 --- generic/nsf.c (.../nsf.c) (revision b55e632513d041baec1da37ce4d46b7fdf539bb5) +++ generic/nsf.c (.../nsf.c) (revision b2ab5886fc3278e549bb2772dfce921fbd06a9e9) @@ -12904,7 +12904,7 @@ *---------------------------------------------------------------------- * FindSelfNext -- * - * This function is called via [current next] to set the result of the + * This function is called via [current nextmethod] to set the result of the * interp to the method which would be called by [next]. If there are more * shadowed methods along the precedence path, it sets the result of the * next method in form of a method handle. If there are no more shadowed @@ -19252,7 +19252,7 @@ break; } - case CurrentoptionNextIdx: + case CurrentoptionNextmethodIdx: result = FindSelfNext(interp); break; }