From: Juanma Barranquero Date: Mon, 4 Jul 2005 01:57:22 +0000 (+0000) Subject: (ediff): Finish `defgroup' description with period. X-Git-Tag: emacs-pretest-22.0.90~8436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=371d768e21df8573b8c8ebaefaa4747febd5e398;p=emacs.git (ediff): Finish `defgroup' description with period. --- diff --git a/lisp/ediff.el b/lisp/ediff.el index 00a7e2f512a..3a40aafda55 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -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)