# HG changeset patch # User Juanma Barranquero # Date 1120447741 0 # Node ID 23a07b9b6687796ecbeea7c3e3e211940936c2a9 # Parent fd24f2ae0e10fbddf85f7a2b58c9df66b9aea9d3 (bibtex, bibtex-autokey): Finish `defgroup' description with period. (bibtex-mode): "?\ " -> "?\s". diff -r fd24f2ae0e10 -r 23a07b9b6687 lisp/textmodes/bibtex.el --- a/lisp/textmodes/bibtex.el Mon Jul 04 03:27:17 2005 +0000 +++ b/lisp/textmodes/bibtex.el Mon Jul 04 03:29:01 2005 +0000 @@ -48,12 +48,12 @@ ;; User Options: (defgroup bibtex nil - "BibTeX mode" + "BibTeX mode." :group 'tex :prefix "bibtex-") (defgroup bibtex-autokey nil - "Generate automatically a key from the author/editor and the title field" + "Generate automatically a key from the author/editor and the title field." :group 'bibtex :prefix "bibtex-autokey-") @@ -2800,7 +2800,7 @@ (set (make-local-variable 'fill-paragraph-function) 'bibtex-fill-field) (set (make-local-variable 'fill-prefix) (make-string (+ bibtex-entry-offset bibtex-contline-indentation) - ? )) + ?\s)) (set (make-local-variable 'font-lock-defaults) '(bibtex-font-lock-keywords nil t ((?$ . "\"")