Variable: smart-lisp-identifier-first-char-regexp

smart-lisp-identifier-first-char-regexp is a variable defined in hyperbole-autoloads.el.

Value

"[-<>*a-zA-Z]"

Documentation

Regexp matching the first character of a Lisp identifier.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyperbole-autoloads.el
(defconst smart-lisp-identifier-first-char-regexp "[-<>*a-zA-Z]" "\
Regexp matching the first character of a Lisp identifier.")