Variable: LaTeX-nospace-between-char-regexp
LaTeX-nospace-between-char-regexp is a variable defined in latex.el.
Value
"\\c|"
Documentation
Regexp matching a character where no interword space is necessary.
Words formed by such characters can be broken across newlines.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar LaTeX-nospace-between-char-regexp "\\c|"
"Regexp matching a character where no interword space is necessary.
Words formed by such characters can be broken across newlines.")