X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/51751aa26f9935609630f04e781a954b54ecc82e..c1bb5ba7e161411850f704e5a2fcdc39d098948b:/lisp/textmodes/bib-mode.el diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el index 17ddd1de95..12b7fc46b4 100644 --- a/lisp/textmodes/bib-mode.el +++ b/lisp/textmodes/bib-mode.el @@ -1,10 +1,10 @@ ;;; bib-mode.el --- major mode for editing bib files -;; Copyright (C) 1989, 2001-2011 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)