Function: helpful--bookmark-make-record

helpful--bookmark-make-record is a byte-compiled function defined in helpful.el.

Signature

(helpful--bookmark-make-record)

Documentation

Create a bookmark record for helpful buffers.

See docs of bookmark-make-record-function.

Source Code

;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--bookmark-make-record ()
  "Create a bookmark record for helpful buffers.

See docs of `bookmark-make-record-function'."
  `((sym . ,helpful--sym)
    (callable-p . ,helpful--callable-p)
    (position    . ,(point))
    (handler     . helpful--bookmark-jump)))