Variable: parse-sexp-lookup-properties
If this is non-nil, the syntax scanning functions, like
forward-sexp, pay attention to syntax text properties. Otherwise they use only the current syntax table.
Does 'syntax text properties' means 'syntax-table text property'?
Thanks.