diff options
Diffstat (limited to 'lisp/textmodes/bibtex.el')
-rw-r--r-- | lisp/textmodes/bibtex.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 851bf9f64d9..b441eaa9fbd 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -25,6 +25,13 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;; A major mode for entering and editing BibTex files, validating +;; them, canonicalizing them, and sorting them. Includes entry +;; commands tailored to many different formats (book, master's this, +;; journal article, etc). Has loads of options. + ;;; Change Log: ;;; alarson@src.honeywell.com 92-Jan-31 |