# HG changeset patch # User Chong Yidong # Date 1266330945 18000 # Node ID f6b8c73548b345b6f25e8de9f58e0f6b3f77ab9d # Parent 87681b1f74ce737f5b304d81f8f9f9faf104faa1 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. diff -r 87681b1f74ce -r f6b8c73548b3 lisp/ChangeLog --- a/lisp/ChangeLog Tue Feb 16 09:28:41 2010 -0500 +++ b/lisp/ChangeLog Tue Feb 16 09:35:45 2010 -0500 @@ -1,5 +1,22 @@ 2010-02-16 Chong Yidong + * 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. + * textmodes/flyspell.el (flyspell-word): Obey the offset specified by ispell-parse-output (Bug#5575). diff -r 87681b1f74ce -r f6b8c73548b3 lisp/cedet/data-debug.el --- a/lisp/cedet/data-debug.el Tue Feb 16 09:28:41 2010 -0500 +++ b/lisp/cedet/data-debug.el Tue Feb 16 09:35:45 2010 -0500 @@ -842,7 +842,7 @@ ;; (defgroup data-debug nil "data-debug group." - :group 'languages) + :group 'extensions) (defvar data-debug-mode-syntax-table (let ((table (make-syntax-table (standard-syntax-table)))) diff -r 87681b1f74ce -r f6b8c73548b3 lisp/cedet/ede.el --- a/lisp/cedet/ede.el Tue Feb 16 09:28:41 2010 -0500 +++ b/lisp/cedet/ede.el Tue Feb 16 09:35:45 2010 -0500 @@ -69,10 +69,9 @@ (interactive) (message "EDE %s" ede-version)) (defgroup ede nil - "Emacs Development Environment gloss." + "Emacs Development Environment." :group 'tools - :group 'convenience - ) + :group 'extensions) (defcustom ede-auto-add-method 'ask "Whether a new source file should be automatically added to a target. diff -r 87681b1f74ce -r f6b8c73548b3 lisp/cedet/semantic.el --- a/lisp/cedet/semantic.el Tue Feb 16 09:28:41 2010 -0500 +++ b/lisp/cedet/semantic.el Tue Feb 16 09:35:45 2010 -0500 @@ -63,7 +63,7 @@ (defgroup semantic nil "Parser Generator and parser framework." - :group 'lisp) + :group 'tools) (defgroup semantic-faces nil "Faces used for Semantic enabled tools." diff -r 87681b1f74ce -r f6b8c73548b3 lisp/cedet/srecode.el --- a/lisp/cedet/srecode.el Tue Feb 16 09:28:41 2010 -0500 +++ b/lisp/cedet/srecode.el Tue Feb 16 09:35:45 2010 -0500 @@ -46,6 +46,7 @@ ;;; Code: (defgroup srecode nil "Semantic Recoder." + :group 'extensions :group 'tools) (provide 'srecode) diff -r 87681b1f74ce -r f6b8c73548b3 lisp/cus-edit.el --- a/lisp/cus-edit.el Tue Feb 16 09:28:41 2010 -0500 +++ b/lisp/cus-edit.el Tue Feb 16 09:35:45 2010 -0500 @@ -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 diff -r 87681b1f74ce -r f6b8c73548b3 lisp/delim-col.el --- a/lisp/delim-col.el Tue Feb 16 09:28:41 2010 -0500 +++ b/lisp/delim-col.el Tue Feb 16 09:35:45 2010 -0500 @@ -126,7 +126,7 @@ "Prettify columns." :link '(emacs-library-link :tag "Source Lisp File" "delim-col.el") :prefix "delimit-columns-" - :group 'internal) + :group 'wp) (defcustom delimit-columns-str-before "" "Specify a string to be inserted before all columns." diff -r 87681b1f74ce -r f6b8c73548b3 lisp/doc-view.el --- a/lisp/doc-view.el Tue Feb 16 09:28:41 2010 -0500 +++ b/lisp/doc-view.el Tue Feb 16 09:35:45 2010 -0500 @@ -144,6 +144,7 @@ :link '(function-link doc-view) :version "22.2" :group 'applications + :group 'data :group 'multimedia :prefix "doc-view-") diff -r 87681b1f74ce -r f6b8c73548b3 lisp/man.el --- a/lisp/man.el Tue Feb 16 09:28:41 2010 -0500 +++ b/lisp/man.el Tue Feb 16 09:35:45 2010 -0500 @@ -98,9 +98,9 @@ (defgroup man nil "Browse UNIX manual pages." :prefix "Man-" + :group 'external :group 'help) - (defvar Man-notify) (defcustom Man-filter-list nil "Manpage cleaning filter command phrases. diff -r 87681b1f74ce -r f6b8c73548b3 lisp/nxml/nxml-mode.el --- a/lisp/nxml/nxml-mode.el Tue Feb 16 09:28:41 2010 -0500 +++ b/lisp/nxml/nxml-mode.el Tue Feb 16 09:35:45 2010 -0500 @@ -50,8 +50,7 @@ (defgroup nxml-faces nil "Faces for XML syntax highlighting." - :group 'nxml - :group 'font-lock-faces) + :group 'nxml) (defcustom nxml-char-ref-display-glyph-flag t "*Non-nil means display glyph following character reference.