Function: ffap-rfc
ffap-rfc is a byte-compiled function defined in ffap.el.gz.
Signature
(ffap-rfc NAME)
Source Code
;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defun ffap-rfc (name)
(let ((num (match-string 1 name)))
(or (ffap-locate-file (format "rfc%s.txt" num) t ffap-rfc-directories)
(format ffap-rfc-path num))))