comparison lisp/textmodes/bib-mode.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents 9b831f34ff7d
children 258ac90a4fed
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
1 ;;; bib-mode.el --- bib-mode, major mode for editing bib files. 1 ;;; bib-mode.el --- major mode for editing bib files
2 2
3 ;; Copyright (C) 1989 Free Software Foundation, Inc. 3 ;; Copyright (C) 1989 Free Software Foundation, Inc.
4 4
5 ;; Maintainer: FSF 5 ;; Maintainer: FSF
6 ;; Keywords: bib 6 ;; Keywords: bib
28 ;; refer and lookbib. The file bib-file should be set to your 28 ;; refer and lookbib. The file bib-file should be set to your
29 ;; bibliography file. Keys are automagically inserted as you type, 29 ;; bibliography file. Keys are automagically inserted as you type,
30 ;; and appropriate keys are presented for various kinds of entries. 30 ;; and appropriate keys are presented for various kinds of entries.
31 31
32 ;;; Code: 32 ;;; Code:
33
33 (defgroup bib nil 34 (defgroup bib nil
34 "Major mode for editing bib files." 35 "Major mode for editing bib files."
35 :prefix "bib-" 36 :prefix "bib-"
36 :group 'wp) 37 :group 'wp)
37 38