diff options
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/ediff.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index 4d6afa96d64..a1d778beebc 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el | |||
| @@ -127,7 +127,7 @@ | |||
| 127 | (require 'ediff-mult) ; required because of the registry stuff | 127 | (require 'ediff-mult) ; required because of the registry stuff |
| 128 | 128 | ||
| 129 | (defgroup ediff nil | 129 | (defgroup ediff nil |
| 130 | "A comprehensive visual interface to diff & patch." | 130 | "Comprehensive visual interface to `diff' and `patch'." |
| 131 | :tag "Ediff" | 131 | :tag "Ediff" |
| 132 | :group 'tools) | 132 | :group 'tools) |
| 133 | 133 | ||
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index ab7e587eb79..9ca9e00b8af 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -667,7 +667,7 @@ | |||
| 667 | ;; General customization | 667 | ;; General customization |
| 668 | 668 | ||
| 669 | (defgroup vc nil | 669 | (defgroup vc nil |
| 670 | "Version-control system in Emacs." | 670 | "Emacs interface to version control systems." |
| 671 | :group 'tools) | 671 | :group 'tools) |
| 672 | 672 | ||
| 673 | (defcustom vc-initial-comment nil | 673 | (defcustom vc-initial-comment nil |