Function: hywiki-scan-sexps

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

Signature

(hywiki-scan-sexps FROM COUNT)

Documentation

Scan FROM point across COUNT sexpressions using hbut:syntax-table.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hywiki.el
(defun hywiki-scan-sexps (from count)
  "Scan FROM point across COUNT sexpressions using `hbut:syntax-table'."
  (with-syntax-table hbut:syntax-table
    (scan-sexps from count)))