Skip to content

Commit

Permalink
(bibtex-files): Fix customization type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Winkler authored and Roland Winkler committed Jan 21, 2007
1 parent 3f5eef6 commit 3cbb2f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/textmodes/bibtex.el
Expand Up @@ -530,7 +530,8 @@ directories specified in `bibtex-file-path'. If an element is a directory,
check all BibTeX files in this directory. If an element is the symbol
`bibtex-file-path', check all BibTeX files in `bibtex-file-path'."
:group 'bibtex
:type '(repeat file))
:type '(repeat (choice (const :tag "bibtex-file-path" bibtex-file-path)
directory file)))

(defvar bibtex-file-path (getenv "BIBINPUTS")
"*Colon separated list of paths to search for `bibtex-files'.")
Expand Down

0 comments on commit 3cbb2f7

Please sign in to comment.