diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:02:40 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:02:40 +0000 |
commit | 143b42a61c4bac8ba056568f3e91a973384f2d5d (patch) | |
tree | 49e79b7dfe983e03948b745431b953145fe5b8f6 /lisp/ediff-ptch.el | |
parent | b47b0c2c7e3a5b5e4ad6401938407d1250bcd2ee (diff) | |
download | emacs-143b42a61c4bac8ba056568f3e91a973384f2d5d.tar.gz |
(ediff-ptch): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/ediff-ptch.el')
-rw-r--r-- | lisp/ediff-ptch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-ptch.el b/lisp/ediff-ptch.el index 342f75fd1e0..4040985d1c8 100644 --- a/lisp/ediff-ptch.el +++ b/lisp/ediff-ptch.el @@ -28,7 +28,7 @@ (provide 'ediff-ptch) (defgroup ediff-ptch nil - "Ediff patch support" + "Ediff patch support." :tag "Patch" :prefix "ediff-" :group 'ediff) |