diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 01:57:22 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 01:57:22 +0000 |
commit | 371d768e21df8573b8c8ebaefaa4747febd5e398 (patch) | |
tree | be8e376ccbd37396b8b535e693ecee4741797d90 /lisp/ediff.el | |
parent | aa753196b93c3b7901f4cb4a0392f9f3940e3091 (diff) | |
download | emacs-371d768e21df8573b8c8ebaefaa4747febd5e398.tar.gz |
(ediff): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/ediff.el')
-rw-r--r-- | lisp/ediff.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |