Variable: parse-sexp-lookup-properties

parse-sexp-lookup-properties is a variable defined in syntax.c.

Documentation

Non-nil means forward-sexp, etc., obey syntax-table property.

Otherwise, that text property is simply ignored. See the info node (elisp)Syntax Properties for a description of the syntax-table property.

View in manual

Probably introduced at or before Emacs version 20.1.

Source Code

// Defined in /usr/src/emacs/src/syntax.c
  DEFVAR_BOOL ("parse-sexp-lookup-properties", parse_sexp_lookup_properties,
	       doc: /* Non-nil means `forward-sexp', etc., obey `syntax-table' property.
Otherwise, that text property is simply ignored.
See the info node `(elisp)Syntax Properties' for a description of the
`syntax-table' property.  */);