(bibtex-files): Fix customization type.

This commit is contained in:
Roland Winkler 2007-01-21 13:48:17 +00:00
parent c1a1c99425
commit 238a5d6dc9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-files): Fix customization type.
2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-print.el: Handle frame parameters (background and/or foreground

View file

@ -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'.")