diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2010-02-16 09:35:45 -0500 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2010-02-16 09:35:45 -0500 |
| commit | ff90f4b003b3de7b053ad9ab4e16cc8cf81917c0 (patch) | |
| tree | 6a3a744f8c93cdfc59e8b8b2f0a9a57593e2eab6 /lisp/cus-edit.el | |
| parent | 6fd060bfb8c66ec733db70680f765085ec43b637 (diff) | |
| download | emacs-ff90f4b003b3de7b053ad9ab4e16cc8cf81917c0.tar.gz | |
Minor tweaks to custom groups.
* cus-edit.el (hardware): Doc fix.
* man.el (man): Add to external custom group.
* delim-col.el (columns): Move to wp custom group.
* doc-view.el (doc-view): Add to data custom group.
* cedet/data-debug.el (data-debug): Move to extensions group.
* cedet/ede.el (ede):
* cedet/srecode.el (srecode):
* cedet/semantic.el (semantic): Put in tools and extensions group.
* nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
Diffstat (limited to 'lisp/cus-edit.el')
| -rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 6353894d6e8..b815e31f31c 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -281,7 +281,7 @@ :group 'environment) (defgroup hardware nil - "Support for interfacing with exotic hardware." + "Support for interfacing with miscellaneous hardware." :group 'environment) (defgroup terminals nil |
