1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

(pascal): Finish `defgroup' description with period.

This commit is contained in:
Juanma Barranquero 2005-07-04 03:17:55 +00:00
parent 31b58798cb
commit abefd5113c

View File

@ -61,7 +61,7 @@
;;; Code:
(defgroup pascal nil
"Major mode for editing Pascal source in Emacs"
"Major mode for editing Pascal source in Emacs."
:group 'languages)
(defvar pascal-mode-abbrev-table nil