Variable: ffap-rfc-directories

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

Value

nil

Documentation

A list of directories to look for RFC files.

If a given RFC isn't in these then ffap-rfc-path is offered.

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

Probably introduced at or before Emacs version 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defcustom ffap-rfc-directories nil
  "A list of directories to look for RFC files.
If a given RFC isn't in these then `ffap-rfc-path' is offered."
  :type '(repeat directory)
  :version "23.1")