Variable: hpath:rfc
hpath:rfc is a variable defined in hpath.el.
Value
"https://www.ietf.org/rfc/rfc%s.txt"
Documentation
*Url pattern for (hpath:rfc rfc-num) to get the RFC document for rfc-num.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
;;; ************************************************************************
;;; Other public variables
;;; ************************************************************************
(defvar hpath:rfc "https://www.ietf.org/rfc/rfc%s.txt"
"*Url pattern for (hpath:rfc rfc-num) to get the RFC document for `rfc-num'.")