Function: actypes::eval-elisp

actypes::eval-elisp is an interactive and byte-compiled function defined in hactypes.el.

Signature

(actypes::eval-elisp LISP-EXPR)

Documentation

Evaluate a LISP-EXPR for its side-effects and return its value.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hactypes.el
(defact eval-elisp (lisp-expr)
  "Evaluate a LISP-EXPR for its side-effects and return its value."
  (interactive "xEval Lisp expression: ")
  (hypb:eval lisp-expr))