1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

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

This commit is contained in:
Juanma Barranquero 2005-07-04 01:57:22 +00:00
parent aa753196b9
commit 371d768e21

View File

@ -7,7 +7,7 @@
;; Keywords: comparing, merging, patching, tools, unix
(defconst ediff-version "2.80" "The current version of Ediff")
(defconst ediff-date "June 3, 2005" "Date of last update")
(defconst ediff-date "June 3, 2005" "Date of last update")
;; This file is part of GNU Emacs.
@ -135,7 +135,7 @@
(require 'ediff-mult) ; required because of the registry stuff
(defgroup ediff nil
"A comprehensive visual interface to diff & patch"
"A comprehensive visual interface to diff & patch."
:tag "Ediff"
:group 'tools)