diff options
Diffstat (limited to 'lisp/textmodes/bib-mode.el')
-rw-r--r-- | lisp/textmodes/bib-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el index 01733f97042..c8881fa5f9d 100644 --- a/lisp/textmodes/bib-mode.el +++ b/lisp/textmodes/bib-mode.el @@ -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) |