comparison lisp/textmodes/bib-mode.el @ 2307:10e417efb12a

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 03:27:18 +0000
parents 213978acbc1e
children 8058d6f606de
comparison
equal deleted inserted replaced
2306:59c8668f70c7 2307:10e417efb12a
19 19
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24 ;;; Code: 24 ;;; Commentary:
25 25
26 ;; Bib-Mode
27 ;; GNU Emacs code to help maintain databases compatible with (troff) 26 ;; GNU Emacs code to help maintain databases compatible with (troff)
28 ;; refer and lookbib. The file bib-file should be set to your 27 ;; refer and lookbib. The file bib-file should be set to your
29 ;; bibliography file. Keys are automagically inserted as you type, 28 ;; bibliography file. Keys are automagically inserted as you type,
30 ;; and appropriate keys are presented for various kinds of entries. 29 ;; and appropriate keys are presented for various kinds of entries.
30
31 ;;; Code:
31 32
32 (defvar bib-file "~/my-bibliography.bib" 33 (defvar bib-file "~/my-bibliography.bib"
33 "Default name of file used by `addbib'.") 34 "Default name of file used by `addbib'.")
34 35
35 (defvar unread-bib-file "~/to-be-read.bib" 36 (defvar unread-bib-file "~/to-be-read.bib"