diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:03:47 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:03:47 +0000 |
commit | 4491bde3a97d56799ab0379a2dabe9be4690b1e3 (patch) | |
tree | 7255a6e85b8b8e61a8ecf1efe7a0ebddf02997b7 /lisp/ediff-wind.el | |
parent | 143b42a61c4bac8ba056568f3e91a973384f2d5d (diff) | |
download | emacs-4491bde3a97d56799ab0379a2dabe9be4690b1e3.tar.gz |
(ediff-window): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/ediff-wind.el')
-rw-r--r-- | lisp/ediff-wind.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index dde306a3857..c43307938fc 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el @@ -66,7 +66,7 @@ (defun ediff-compute-toolbar-width () 0)) (defgroup ediff-window nil - "Ediff window manipulation" + "Ediff window manipulation." :prefix "ediff-" :group 'ediff :group 'frames) |