Variable: calc-embedded-word-regexp-alist
calc-embedded-word-regexp-alist is a customizable variable defined in
calc.el.gz.
Value
nil
Documentation
Alist of major modes with word regexps used by calc-embedded-word.
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcustom calc-embedded-word-regexp-alist
nil
"Alist of major modes with word regexps used by calc-embedded-word."
:type '(alist :key-type (symbol :tag "Major mode")
:value-type (regexp :tag "Regexp for word")))