diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lisp/cus-edit.el | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'lisp/cus-edit.el')
| -rw-r--r-- | lisp/cus-edit.el | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index f33e56a02aa..9041ec3c14c 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -74,7 +74,6 @@ | |||
| 74 | 74 | ||
| 75 | (defgroup emulations nil | 75 | (defgroup emulations nil |
| 76 | "Emulations of other editors." | 76 | "Emulations of other editors." |
| 77 | :link '(custom-manual "(emacs)Emulation") | ||
| 78 | :group 'editing) | 77 | :group 'editing) |
| 79 | 78 | ||
| 80 | (defgroup mouse nil | 79 | (defgroup mouse nil |
| @@ -89,6 +88,11 @@ | |||
| 89 | "Interfacing to external utilities." | 88 | "Interfacing to external utilities." |
| 90 | :group 'emacs) | 89 | :group 'emacs) |
| 91 | 90 | ||
| 91 | (defgroup bib nil | ||
| 92 | "Code related to the `bib' bibliography processor." | ||
| 93 | :tag "Bibliography" | ||
| 94 | :group 'external) | ||
| 95 | |||
| 92 | (defgroup processes nil | 96 | (defgroup processes nil |
| 93 | "Process, subshell, compilation, and job control support." | 97 | "Process, subshell, compilation, and job control support." |
| 94 | :group 'external | 98 | :group 'external |
| @@ -113,7 +117,6 @@ | |||
| 113 | 117 | ||
| 114 | (defgroup c nil | 118 | (defgroup c nil |
| 115 | "Support for the C language and related languages." | 119 | "Support for the C language and related languages." |
| 116 | :link '(custom-manual "(ccmode)") | ||
| 117 | :group 'languages) | 120 | :group 'languages) |
| 118 | 121 | ||
| 119 | (defgroup tools nil | 122 | (defgroup tools nil |
| @@ -138,7 +141,6 @@ | |||
| 138 | 141 | ||
| 139 | (defgroup news nil | 142 | (defgroup news nil |
| 140 | "Support for netnews reading and posting." | 143 | "Support for netnews reading and posting." |
| 141 | :link '(custom-manual "(gnus)") | ||
| 142 | :group 'applications) | 144 | :group 'applications) |
| 143 | 145 | ||
| 144 | (defgroup games nil | 146 | (defgroup games nil |
| @@ -193,7 +195,6 @@ | |||
| 193 | 195 | ||
| 194 | (defgroup i18n nil | 196 | (defgroup i18n nil |
| 195 | "Internationalization and alternate character-set support." | 197 | "Internationalization and alternate character-set support." |
| 196 | :link '(custom-manual "(emacs)International") | ||
| 197 | :group 'environment | 198 | :group 'environment |
| 198 | :group 'editing) | 199 | :group 'editing) |
| 199 | 200 | ||
| @@ -244,6 +245,8 @@ | |||
| 244 | (defgroup customize '((widgets custom-group)) | 245 | (defgroup customize '((widgets custom-group)) |
| 245 | "Customization of the Customization support." | 246 | "Customization of the Customization support." |
| 246 | :link '(custom-manual "(elisp)Customization") | 247 | :link '(custom-manual "(elisp)Customization") |
| 248 | :link '(url-link :tag "(Old?) Development Page" | ||
| 249 | "http://www.dina.kvl.dk/~abraham/custom/") | ||
| 247 | :prefix "custom-" | 250 | :prefix "custom-" |
| 248 | :group 'help) | 251 | :group 'help) |
| 249 | 252 | ||
| @@ -269,7 +272,6 @@ | |||
| 269 | 272 | ||
| 270 | (defgroup abbrev-mode nil | 273 | (defgroup abbrev-mode nil |
| 271 | "Word abbreviations mode." | 274 | "Word abbreviations mode." |
| 272 | :link '(custom-manual "(emacs)Abbrevs") | ||
| 273 | :group 'abbrev) | 275 | :group 'abbrev) |
| 274 | 276 | ||
| 275 | (defgroup alloc nil | 277 | (defgroup alloc nil |
| @@ -279,7 +281,6 @@ | |||
| 279 | 281 | ||
| 280 | (defgroup undo nil | 282 | (defgroup undo nil |
| 281 | "Undoing changes in buffers." | 283 | "Undoing changes in buffers." |
| 282 | :link '(custom-manual "(emacs)Undo") | ||
| 283 | :group 'editing) | 284 | :group 'editing) |
| 284 | 285 | ||
| 285 | (defgroup modeline nil | 286 | (defgroup modeline nil |
| @@ -288,7 +289,6 @@ | |||
| 288 | 289 | ||
| 289 | (defgroup fill nil | 290 | (defgroup fill nil |
| 290 | "Indenting and filling text." | 291 | "Indenting and filling text." |
| 291 | :link '(custom-manual "(emacs)Filling Text") | ||
| 292 | :group 'editing) | 292 | :group 'editing) |
| 293 | 293 | ||
| 294 | (defgroup editing-basics nil | 294 | (defgroup editing-basics nil |
| @@ -321,7 +321,6 @@ | |||
| 321 | 321 | ||
| 322 | (defgroup minibuffer nil | 322 | (defgroup minibuffer nil |
| 323 | "Controling the behaviour of the minibuffer." | 323 | "Controling the behaviour of the minibuffer." |
| 324 | :link '(custom-manual "(emacs)Minibuffer") | ||
| 325 | :group 'environment) | 324 | :group 'environment) |
| 326 | 325 | ||
| 327 | (defgroup keyboard nil | 326 | (defgroup keyboard nil |
| @@ -350,7 +349,6 @@ | |||
| 350 | 349 | ||
| 351 | (defgroup windows nil | 350 | (defgroup windows nil |
| 352 | "Windows within a frame." | 351 | "Windows within a frame." |
| 353 | :link '(custom-manual "(emacs)Windows") | ||
| 354 | :group 'environment) | 352 | :group 'environment) |
| 355 | 353 | ||
| 356 | ;;; Utilities. | 354 | ;;; Utilities. |
| @@ -4113,5 +4111,4 @@ if that value is non-nil." | |||
| 4113 | 4111 | ||
| 4114 | (provide 'cus-edit) | 4112 | (provide 'cus-edit) |
| 4115 | 4113 | ||
| 4116 | ;;; arch-tag: 64533aa4-1b1a-48c3-8812-f9dc718e8a6f | ||
| 4117 | ;;; cus-edit.el ends here | 4114 | ;;; cus-edit.el ends here |