nix-mode
nix-mode copied to clipboard
Check Man-header-file-path is a list or not for emacs31.1
In emacs 31.1, its type is changed as following:
:type '(choice (repeat string) (const :tag "Use 'ffap-c-path'" t)))
And its default value is t instead of nil or a list.