1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

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.
This commit is contained in:
Chong Yidong 2010-02-16 09:35:45 -05:00
parent 6fd060bfb8
commit ff90f4b003
10 changed files with 27 additions and 10 deletions

View File

@ -1,5 +1,22 @@
2010-02-16 Chong Yidong <cyd@stupidchicken.com>
* 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).

View File

@ -842,7 +842,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing."
;;
(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))))

View File

@ -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.

View File

@ -63,7 +63,7 @@ introduced."
(defgroup semantic nil
"Parser Generator and parser framework."
:group 'lisp)
:group 'tools)
(defgroup semantic-faces nil
"Faces used for Semantic enabled tools."

View File

@ -46,6 +46,7 @@
;;; Code:
(defgroup srecode nil
"Semantic Recoder."
:group 'extensions
:group 'tools)
(provide 'srecode)

View File

@ -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

View File

@ -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."

View File

@ -144,6 +144,7 @@
:link '(function-link doc-view)
:version "22.2"
:group 'applications
:group 'data
:group 'multimedia
:prefix "doc-view-")

View File

@ -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.

View File

@ -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.