Fix reftex-create-bibtex-file autoload.
authorTassilo Horn <tsdh@gnu.org>
Tue, 21 Jan 2014 08:26:31 +0000 (09:26 +0100)
committerTassilo Horn <tsdh@gnu.org>
Tue, 21 Jan 2014 08:26:31 +0000 (09:26 +0100)
* lisp/textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
specify it's an interactive function.

lisp/ChangeLog
lisp/textmodes/reftex.el

index 8f5ae24..9e84af3 100644 (file)
@@ -1,5 +1,8 @@
 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
 
+       * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
+       specify it's an interactive function.
+
        * textmodes/reftex-cite.el (reftex-all-used-citation-keys): Fix
        regex used for scanning for citation keys which failed for
        citations with optional arguments.
index d081368..ec3ab71 100644 (file)
  "Make a citation using BibTeX database files." t)
 (autoload 'reftex-default-bibliography "reftex-cite")
 (autoload 'reftex-bib-or-thebib "reftex-cite")
-(autoload 'reftex-create-bibtex-file "reftex-cite")
+(autoload 'reftex-create-bibtex-file "reftex-cite"
+  "Create a new BibTeX database BIBFILE with all entries referenced in document."
+  t)
 
 ;; Selection
 (autoload 'reftex-select-label-mode "reftex-sel")