Function: smart-man-display
smart-man-display is a byte-compiled function defined in hui-mouse.el.
Signature
(smart-man-display LISP-FORM)
Documentation
Evaluate LISP-FORM returned from smart-man-entry-ref to display a man page.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mouse.el
(defun smart-man-display (lisp-form)
"Evaluate LISP-FORM returned from `smart-man-entry-ref' to display a man page."
(eval lisp-form))