]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/bib-mode.el
Merge from origin/emacs-24
[gnu-emacs] / lisp / textmodes / bib-mode.el
index 01733f97042101e3e09a0bd420ff7da7c8bb6736..12b7fc46b4a112bb8fbad7e98de1929e80c5fa37 100644 (file)
@@ -1,10 +1,10 @@
 ;;; bib-mode.el --- major mode for editing bib files
 
-;; Copyright (C) 1989, 2001-201 Free Software Foundation, Inc.
+;; Copyright (C) 1989, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: Henry Kautz
 ;; (according to authors.el)
-;; Maintainer: FSF
+;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: bib
 
 ;; This file is part of GNU Emacs.
@@ -137,7 +137,7 @@ with the cdr.")
 
 
 (defcustom bib-auto-capitalize t
-  "*True to automatically capitalize appropriate fields in Bib mode."
+  "True to automatically capitalize appropriate fields in Bib mode."
   :type 'boolean
   :group 'bib)