diff options
| author | Chong Yidong | 2010-02-16 09:35:45 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-02-16 09:35:45 -0500 |
| commit | ff90f4b003b3de7b053ad9ab4e16cc8cf81917c0 (patch) | |
| tree | 6a3a744f8c93cdfc59e8b8b2f0a9a57593e2eab6 | |
| parent | 6fd060bfb8c66ec733db70680f765085ec43b637 (diff) | |
| download | emacs-ff90f4b003b3de7b053ad9ab4e16cc8cf81917c0.tar.gz emacs-ff90f4b003b3de7b053ad9ab4e16cc8cf81917c0.zip | |
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.
| -rw-r--r-- | lisp/ChangeLog | 17 | ||||
| -rw-r--r-- | lisp/cedet/data-debug.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede.el | 5 | ||||
| -rw-r--r-- | lisp/cedet/semantic.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode.el | 1 | ||||
| -rw-r--r-- | lisp/cus-edit.el | 2 | ||||
| -rw-r--r-- | lisp/delim-col.el | 2 | ||||
| -rw-r--r-- | lisp/doc-view.el | 1 | ||||
| -rw-r--r-- | lisp/man.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-mode.el | 3 |
10 files changed, 27 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 92ae206d104..33d844512de 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,22 @@ | |||
| 1 | 2010-02-16 Chong Yidong <cyd@stupidchicken.com> | 1 | 2010-02-16 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * cus-edit.el (hardware): Doc fix. | ||
| 4 | |||
| 5 | * man.el (man): Add to external custom group. | ||
| 6 | |||
| 7 | * delim-col.el (columns): Move to wp custom group. | ||
| 8 | |||
| 9 | * doc-view.el (doc-view): Add to data custom group. | ||
| 10 | |||
| 11 | * cedet/data-debug.el (data-debug): Move to extensions group. | ||
| 12 | |||
| 13 | * cedet/ede.el (ede): | ||
| 14 | * cedet/srecode.el (srecode): | ||
| 15 | * cedet/semantic.el (semantic): Put in tools and extensions group. | ||
| 16 | |||
| 17 | * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces | ||
| 18 | group. | ||
| 19 | |||
| 3 | * textmodes/flyspell.el (flyspell-word): Obey the offset specified | 20 | * textmodes/flyspell.el (flyspell-word): Obey the offset specified |
| 4 | by ispell-parse-output (Bug#5575). | 21 | by ispell-parse-output (Bug#5575). |
| 5 | 22 | ||
diff --git a/lisp/cedet/data-debug.el b/lisp/cedet/data-debug.el index 5fa32ecca3e..ed8441d2df0 100644 --- a/lisp/cedet/data-debug.el +++ b/lisp/cedet/data-debug.el | |||
| @@ -842,7 +842,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing." | |||
| 842 | ;; | 842 | ;; |
| 843 | (defgroup data-debug nil | 843 | (defgroup data-debug nil |
| 844 | "data-debug group." | 844 | "data-debug group." |
| 845 | :group 'languages) | 845 | :group 'extensions) |
| 846 | 846 | ||
| 847 | (defvar data-debug-mode-syntax-table | 847 | (defvar data-debug-mode-syntax-table |
| 848 | (let ((table (make-syntax-table (standard-syntax-table)))) | 848 | (let ((table (make-syntax-table (standard-syntax-table)))) |
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index 096ed04ea80..46fcdb000f8 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el | |||
| @@ -69,10 +69,9 @@ | |||
| 69 | (interactive) (message "EDE %s" ede-version)) | 69 | (interactive) (message "EDE %s" ede-version)) |
| 70 | 70 | ||
| 71 | (defgroup ede nil | 71 | (defgroup ede nil |
| 72 | "Emacs Development Environment gloss." | 72 | "Emacs Development Environment." |
| 73 | :group 'tools | 73 | :group 'tools |
| 74 | :group 'convenience | 74 | :group 'extensions) |
| 75 | ) | ||
| 76 | 75 | ||
| 77 | (defcustom ede-auto-add-method 'ask | 76 | (defcustom ede-auto-add-method 'ask |
| 78 | "Whether a new source file should be automatically added to a target. | 77 | "Whether a new source file should be automatically added to a target. |
diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el index b7d5f700d78..14b196bbe22 100644 --- a/lisp/cedet/semantic.el +++ b/lisp/cedet/semantic.el | |||
| @@ -63,7 +63,7 @@ introduced." | |||
| 63 | 63 | ||
| 64 | (defgroup semantic nil | 64 | (defgroup semantic nil |
| 65 | "Parser Generator and parser framework." | 65 | "Parser Generator and parser framework." |
| 66 | :group 'lisp) | 66 | :group 'tools) |
| 67 | 67 | ||
| 68 | (defgroup semantic-faces nil | 68 | (defgroup semantic-faces nil |
| 69 | "Faces used for Semantic enabled tools." | 69 | "Faces used for Semantic enabled tools." |
diff --git a/lisp/cedet/srecode.el b/lisp/cedet/srecode.el index 5f19327f59e..a903ffd0af1 100644 --- a/lisp/cedet/srecode.el +++ b/lisp/cedet/srecode.el | |||
| @@ -46,6 +46,7 @@ | |||
| 46 | ;;; Code: | 46 | ;;; Code: |
| 47 | (defgroup srecode nil | 47 | (defgroup srecode nil |
| 48 | "Semantic Recoder." | 48 | "Semantic Recoder." |
| 49 | :group 'extensions | ||
| 49 | :group 'tools) | 50 | :group 'tools) |
| 50 | 51 | ||
| 51 | (provide 'srecode) | 52 | (provide 'srecode) |
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 @@ | |||
| 281 | :group 'environment) | 281 | :group 'environment) |
| 282 | 282 | ||
| 283 | (defgroup hardware nil | 283 | (defgroup hardware nil |
| 284 | "Support for interfacing with exotic hardware." | 284 | "Support for interfacing with miscellaneous hardware." |
| 285 | :group 'environment) | 285 | :group 'environment) |
| 286 | 286 | ||
| 287 | (defgroup terminals nil | 287 | (defgroup terminals nil |
diff --git a/lisp/delim-col.el b/lisp/delim-col.el index 945231246c3..d0c1223c558 100644 --- a/lisp/delim-col.el +++ b/lisp/delim-col.el | |||
| @@ -126,7 +126,7 @@ | |||
| 126 | "Prettify columns." | 126 | "Prettify columns." |
| 127 | :link '(emacs-library-link :tag "Source Lisp File" "delim-col.el") | 127 | :link '(emacs-library-link :tag "Source Lisp File" "delim-col.el") |
| 128 | :prefix "delimit-columns-" | 128 | :prefix "delimit-columns-" |
| 129 | :group 'internal) | 129 | :group 'wp) |
| 130 | 130 | ||
| 131 | (defcustom delimit-columns-str-before "" | 131 | (defcustom delimit-columns-str-before "" |
| 132 | "Specify a string to be inserted before all columns." | 132 | "Specify a string to be inserted before all columns." |
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 77a075b716f..528d5979ce1 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el | |||
| @@ -144,6 +144,7 @@ | |||
| 144 | :link '(function-link doc-view) | 144 | :link '(function-link doc-view) |
| 145 | :version "22.2" | 145 | :version "22.2" |
| 146 | :group 'applications | 146 | :group 'applications |
| 147 | :group 'data | ||
| 147 | :group 'multimedia | 148 | :group 'multimedia |
| 148 | :prefix "doc-view-") | 149 | :prefix "doc-view-") |
| 149 | 150 | ||
diff --git a/lisp/man.el b/lisp/man.el index a92caf49ec1..d64846a2d4d 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -98,9 +98,9 @@ | |||
| 98 | (defgroup man nil | 98 | (defgroup man nil |
| 99 | "Browse UNIX manual pages." | 99 | "Browse UNIX manual pages." |
| 100 | :prefix "Man-" | 100 | :prefix "Man-" |
| 101 | :group 'external | ||
| 101 | :group 'help) | 102 | :group 'help) |
| 102 | 103 | ||
| 103 | |||
| 104 | (defvar Man-notify) | 104 | (defvar Man-notify) |
| 105 | (defcustom Man-filter-list nil | 105 | (defcustom Man-filter-list nil |
| 106 | "Manpage cleaning filter command phrases. | 106 | "Manpage cleaning filter command phrases. |
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index 8bcde7a3a22..8919d920c9d 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el | |||
| @@ -50,8 +50,7 @@ | |||
| 50 | 50 | ||
| 51 | (defgroup nxml-faces nil | 51 | (defgroup nxml-faces nil |
| 52 | "Faces for XML syntax highlighting." | 52 | "Faces for XML syntax highlighting." |
| 53 | :group 'nxml | 53 | :group 'nxml) |
| 54 | :group 'font-lock-faces) | ||
| 55 | 54 | ||
| 56 | (defcustom nxml-char-ref-display-glyph-flag t | 55 | (defcustom nxml-char-ref-display-glyph-flag t |
| 57 | "*Non-nil means display glyph following character reference. | 56 | "*Non-nil means display glyph following character reference. |