Function: smart-lisp-mode-p

smart-lisp-mode-p is an autoloaded and byte-compiled function defined in hmouse-tag.el.

Signature

(smart-lisp-mode-p)

Documentation

Return t if in a mode which uses Lisp symbols.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
;;;###autoload
(defun smart-lisp-mode-p ()
  "Return t if in a mode which uses Lisp symbols."
  (or (smart-emacs-lisp-mode-p)
      (apply #'derived-mode-p '(lisp-mode scheme-mode help-mode))))