Function: hui-select-scan-sexps

hui-select-scan-sexps is a byte-compiled function defined in hui-select.el.

Signature

(hui-select-scan-sexps FROM COUNT)

Documentation

Scan FROM point across COUNT sexpressions.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hui-select.el
(defun hui-select-scan-sexps (from count)
  "Scan FROM point across COUNT sexpressions."
  (with-syntax-table (hui-select-get-syntax-table)
    (scan-sexps from count)))