diff --git a/data/core/doc/translate.lua b/data/core/doc/translate.lua index a52c2cac..477411c6 100644 --- a/data/core/doc/translate.lua +++ b/data/core/doc/translate.lua @@ -1,8 +1,8 @@ local common = require "core.common" local config = require "core.config" --- functions for translating a Doc position to another position --- these functions can be passed to Doc:move_to|select_to|delete() +-- functions for translating a Doc position to another position these functions +-- can be passed to Doc:move_to|select_to|delete_to() local translate = {}