Variable: Man-normal-file-prefix-regexp

Man-normal-file-prefix-regexp is a variable defined in man.el.gz.

Value

"[/~$]"

Documentation

Regular expression describing a file path appeared in FILES section.

Source Code

;; Defined in /usr/src/emacs/lisp/man.el.gz
(defvar Man-normal-file-prefix-regexp "[/~$]"
  "Regular expression describing a file path appeared in FILES section.")