diff options
| author | Roland Winkler | 2013-09-07 15:59:57 +0530 |
|---|---|---|
| committer | Roland Winkler | 2013-09-07 15:59:57 +0530 |
| commit | f2f248e7ef7979b2ff12448d55734f0eb275b94f (patch) | |
| tree | dc398cb4448979e8f47a358282151f769d527b0f /lisp/textmodes | |
| parent | 37a65b6013ac145031803412b024b89eb74b3db1 (diff) | |
| download | emacs-f2f248e7ef7979b2ff12448d55734f0eb275b94f.tar.gz emacs-f2f248e7ef7979b2ff12448d55734f0eb275b94f.zip | |
bibtex-biblatex-entry-alist: Add optional field subtitle for entry type book
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/bibtex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 171f373317a..795c04e31e1 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -468,7 +468,7 @@ alternatives, starting from zero." | |||
| 468 | nil | 468 | nil |
| 469 | (("editor") ("editora") ("editorb") ("editorc") | 469 | (("editor") ("editora") ("editorb") ("editorc") |
| 470 | ("translator") ("annotator") ("commentator") | 470 | ("translator") ("annotator") ("commentator") |
| 471 | ("introduction") ("foreword") ("afterword") ("titleaddon") | 471 | ("introduction") ("foreword") ("afterword") ("subtitle") ("titleaddon") |
| 472 | ("maintitle") ("mainsubtitle") ("maintitleaddon") | 472 | ("maintitle") ("mainsubtitle") ("maintitleaddon") |
| 473 | ("language") ("origlanguage") ("volume") ("part") ("edition") ("volumes") | 473 | ("language") ("origlanguage") ("volume") ("part") ("edition") ("volumes") |
| 474 | ("series") ("number") ("note") ("publisher") ("location") ("isbn") | 474 | ("series") ("number") ("note") ("publisher") ("location") ("isbn") |