Variable: ffap-rfc-path

ffap-rfc-path is a customizable variable defined in ffap.el.gz.

Value

"https://www.rfc-editor.org/in-notes/rfc%s.txt"

Documentation

A format string making a filename for RFC documents.

This can be an URL, an ange-ftp or Tramp remote filename to download, or a local filename if you have the full set of RFCs locally. See also ffap-rfc-directories.

This variable was added, or its default value changed, in Emacs 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defcustom ffap-rfc-path "https://www.rfc-editor.org/in-notes/rfc%s.txt"
  "A `format' string making a filename for RFC documents.
This can be an URL, an ange-ftp or Tramp remote filename to
download, or a local filename if you have the full set of RFCs
locally.  See also `ffap-rfc-directories'."
  :type 'string
  :version "28.1")