Mercurial > emacs
changeset 64048:6182d0adade2
(prolog): Finish `defgroup' description with period.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 04 Jul 2005 03:18:35 +0000 |
parents | e872639c28e3 |
children | 69990675200d |
files | lisp/progmodes/prolog.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/prolog.el Mon Jul 04 03:17:55 2005 +0000 +++ b/lisp/progmodes/prolog.el Mon Jul 04 03:18:35 2005 +0000 @@ -31,7 +31,7 @@ ;;; Code: (defgroup prolog nil - "Major mode for editing and running Prolog under Emacs" + "Major mode for editing and running Prolog under Emacs." :group 'languages)