]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff): Finish `defgroup' description with period.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 01:57:22 +0000 (01:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 01:57:22 +0000 (01:57 +0000)
lisp/ediff.el

index 00a7e2f512af5ff70457ceb5d3da563e8bff7c8d..3a40aafda55cc12171f7bc741a2e5fe38ab91598 100644 (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.
 (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)