aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-08-20 18:31:54 +0000
committerDave Love2003-08-20 18:31:54 +0000
commit6ea2832e61555c1f152ff92a0602a133661ee6ac (patch)
treec962bc4e397b6c85c0d31ae3cf373490bf8a2496
parent6dca786ccb8dab6cfc20e06f7ee3ddb3d1c9cc2a (diff)
downloademacs-6ea2832e61555c1f152ff92a0602a133661ee6ac.tar.gz
emacs-6ea2832e61555c1f152ff92a0602a133661ee6ac.zip
Add some :links.
(bib): Remove.
-rw-r--r--lisp/cus-edit.el16
1 files changed, 9 insertions, 7 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 9041ec3c14c..9201db9bbfd 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -74,6 +74,7 @@
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")
77 :group 'editing) 78 :group 'editing)
78 79
79(defgroup mouse nil 80(defgroup mouse nil
@@ -88,11 +89,6 @@
88 "Interfacing to external utilities." 89 "Interfacing to external utilities."
89 :group 'emacs) 90 :group 'emacs)
90 91
91(defgroup bib nil
92 "Code related to the `bib' bibliography processor."
93 :tag "Bibliography"
94 :group 'external)
95
96(defgroup processes nil 92(defgroup processes nil
97 "Process, subshell, compilation, and job control support." 93 "Process, subshell, compilation, and job control support."
98 :group 'external 94 :group 'external
@@ -117,6 +113,7 @@
117 113
118(defgroup c nil 114(defgroup c nil
119 "Support for the C language and related languages." 115 "Support for the C language and related languages."
116 :link '(custom-manual "(ccmode)")
120 :group 'languages) 117 :group 'languages)
121 118
122(defgroup tools nil 119(defgroup tools nil
@@ -141,6 +138,7 @@
141 138
142(defgroup news nil 139(defgroup news nil
143 "Support for netnews reading and posting." 140 "Support for netnews reading and posting."
141 :link '(custom-manual "(gnus)")
144 :group 'applications) 142 :group 'applications)
145 143
146(defgroup games nil 144(defgroup games nil
@@ -195,6 +193,7 @@
195 193
196(defgroup i18n nil 194(defgroup i18n nil
197 "Internationalization and alternate character-set support." 195 "Internationalization and alternate character-set support."
196 :link '(custom-manual "(emacs)International")
198 :group 'environment 197 :group 'environment
199 :group 'editing) 198 :group 'editing)
200 199
@@ -245,8 +244,6 @@
245(defgroup customize '((widgets custom-group)) 244(defgroup customize '((widgets custom-group))
246 "Customization of the Customization support." 245 "Customization of the Customization support."
247 :link '(custom-manual "(elisp)Customization") 246 :link '(custom-manual "(elisp)Customization")
248 :link '(url-link :tag "(Old?) Development Page"
249 "http://www.dina.kvl.dk/~abraham/custom/")
250 :prefix "custom-" 247 :prefix "custom-"
251 :group 'help) 248 :group 'help)
252 249
@@ -272,6 +269,7 @@
272 269
273(defgroup abbrev-mode nil 270(defgroup abbrev-mode nil
274 "Word abbreviations mode." 271 "Word abbreviations mode."
272 :link '(custom-manual "(emacs)Abbrevs")
275 :group 'abbrev) 273 :group 'abbrev)
276 274
277(defgroup alloc nil 275(defgroup alloc nil
@@ -281,6 +279,7 @@
281 279
282(defgroup undo nil 280(defgroup undo nil
283 "Undoing changes in buffers." 281 "Undoing changes in buffers."
282 :link '(custom-manual "(emacs)Undo")
284 :group 'editing) 283 :group 'editing)
285 284
286(defgroup modeline nil 285(defgroup modeline nil
@@ -289,6 +288,7 @@
289 288
290(defgroup fill nil 289(defgroup fill nil
291 "Indenting and filling text." 290 "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,6 +321,7 @@
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")
324 :group 'environment) 325 :group 'environment)
325 326
326(defgroup keyboard nil 327(defgroup keyboard nil
@@ -349,6 +350,7 @@
349 350
350(defgroup windows nil 351(defgroup windows nil
351 "Windows within a frame." 352 "Windows within a frame."
353 :link '(custom-manual "(emacs)Windows")
352 :group 'environment) 354 :group 'environment)
353 355
354;;; Utilities. 356;;; Utilities.