Variable: word-separating-categories

word-separating-categories is a variable defined in category.c.

Value

((72 . 75))

Documentation

List of pairs (cons cells) of categories to determine word boundary.

See the documentation of the variable word-combining-categories.

Source Code

// Defined in /usr/src/emacs/src/category.c
  DEFVAR_LISP ("word-separating-categories", Vword_separating_categories,
	       doc: /* List of pairs (cons cells) of categories to determine word boundary.
See the documentation of the variable `word-combining-categories'.  */);