mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(ediff): Finish `defgroup' description with period.
This commit is contained in:
parent
aa753196b9
commit
371d768e21
@ -7,7 +7,7 @@
|
|||||||
;; Keywords: comparing, merging, patching, tools, unix
|
;; Keywords: comparing, merging, patching, tools, unix
|
||||||
|
|
||||||
(defconst ediff-version "2.80" "The current version of Ediff")
|
(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.
|
;; This file is part of GNU Emacs.
|
||||||
@ -135,7 +135,7 @@
|
|||||||
(require 'ediff-mult) ; required because of the registry stuff
|
(require 'ediff-mult) ; required because of the registry stuff
|
||||||
|
|
||||||
(defgroup ediff nil
|
(defgroup ediff nil
|
||||||
"A comprehensive visual interface to diff & patch"
|
"A comprehensive visual interface to diff & patch."
|
||||||
:tag "Ediff"
|
:tag "Ediff"
|
||||||
:group 'tools)
|
:group 'tools)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user