Function: hypb:remove-from-in-string-cache

hypb:remove-from-in-string-cache is a byte-compiled function defined in hypb.el.

Signature

(hypb:remove-from-in-string-cache)

Documentation

Remove current buffer from hypb:in-string-cache.

Use this as a kill-buffer-hook.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hypb.el
(defun hypb:remove-from-in-string-cache ()
  "Remove current buffer from `hypb:in-string-cache'.
Use this as a `kill-buffer-hook'."
  (remhash (current-buffer) hypb:in-string-cache))