summaryrefslogtreecommitdiff
path: root/lisp/progmodes/prolog.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-07-04 03:18:35 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-07-04 03:18:35 +0000
commit73efac495526827eba66ecf428b1ee12894e4d15 (patch)
tree63357335653d5213423036be84afda2875aa0f6e /lisp/progmodes/prolog.el
parentabefd5113ceda57795a9a9968c18277c6e74b3a4 (diff)
downloademacs-73efac495526827eba66ecf428b1ee12894e4d15.tar.gz
emacs-73efac495526827eba66ecf428b1ee12894e4d15.tar.bz2
emacs-73efac495526827eba66ecf428b1ee12894e4d15.zip
(prolog): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/progmodes/prolog.el')
-rw-r--r--lisp/progmodes/prolog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index 73450dec61a..b6c4dd8c662 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.el
@@ -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)