Function: hpath:rfc

hpath:rfc is a byte-compiled function defined in hpath.el.

Signature

(hpath:rfc RFC-NUM)

Documentation

Return pathname to textual rfc document indexed by RFC-NUM.

See the documentation of the hpath:rfc variable.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defun hpath:rfc (rfc-num)
  "Return pathname to textual rfc document indexed by RFC-NUM.
See the documentation of the `hpath:rfc' variable."
  (format hpath:rfc rfc-num))