Clean up function move_to_abs_word() and rename to move_to_word()
Remove the output argument, as it's the same as the function return value anyway, so the callers should just use that.
This commit is contained in:
Remove the output argument, as it's the same as the function return value anyway, so the callers should just use that.