diff 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
line wrap: on
line diff
--- a/lisp/textmodes/bib-mode.el	Mon Mar 22 03:00:23 1993 +0000
+++ b/lisp/textmodes/bib-mode.el	Mon Mar 22 03:27:18 1993 +0000
@@ -21,14 +21,15 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;;; Code:
+;;; Commentary:
 
-;; Bib-Mode
 ;;   GNU Emacs code to help maintain databases compatible with (troff)
 ;;   refer and lookbib.  The file bib-file should be set to your 
 ;;   bibliography file.  Keys are automagically inserted as you type,
 ;;   and appropriate keys are presented for various kinds of entries.
 
+;;; Code:
+
 (defvar bib-file "~/my-bibliography.bib" 
    "Default name of file used by `addbib'.")