summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el17
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 @@
(defgroup emulations nil
"Emulations of other editors."
- :link '(custom-manual "(emacs)Emulation")
:group 'editing)
(defgroup mouse nil
@@ -89,6 +88,11 @@
"Interfacing to external utilities."
:group 'emacs)
+(defgroup bib nil
+ "Code related to the `bib' bibliography processor."
+ :tag "Bibliography"
+ :group 'external)
+
(defgroup processes nil
"Process, subshell, compilation, and job control support."
:group 'external
@@ -113,7 +117,6 @@
(defgroup c nil
"Support for the C language and related languages."
- :link '(custom-manual "(ccmode)")
:group 'languages)
(defgroup tools nil
@@ -138,7 +141,6 @@
(defgroup news nil
"Support for netnews reading and posting."
- :link '(custom-manual "(gnus)")
:group 'applications)
(defgroup games nil
@@ -193,7 +195,6 @@
(defgroup i18n nil
"Internationalization and alternate character-set support."
- :link '(custom-manual "(emacs)International")
:group 'environment
:group 'editing)
@@ -244,6 +245,8 @@
(defgroup customize '((widgets custom-group))
"Customization of the Customization support."
:link '(custom-manual "(elisp)Customization")
+ :link '(url-link :tag "(Old?) Development Page"
+ "http://www.dina.kvl.dk/~abraham/custom/")
:prefix "custom-"
:group 'help)
@@ -269,7 +272,6 @@
(defgroup abbrev-mode nil
"Word abbreviations mode."
- :link '(custom-manual "(emacs)Abbrevs")
:group 'abbrev)
(defgroup alloc nil
@@ -279,7 +281,6 @@
(defgroup undo nil
"Undoing changes in buffers."
- :link '(custom-manual "(emacs)Undo")
:group 'editing)
(defgroup modeline nil
@@ -288,7 +289,6 @@
(defgroup fill nil
"Indenting and filling text."
- :link '(custom-manual "(emacs)Filling Text")
:group 'editing)
(defgroup editing-basics nil
@@ -321,7 +321,6 @@
(defgroup minibuffer nil
"Controling the behaviour of the minibuffer."
- :link '(custom-manual "(emacs)Minibuffer")
:group 'environment)
(defgroup keyboard nil
@@ -350,7 +349,6 @@
(defgroup windows nil
"Windows within a frame."
- :link '(custom-manual "(emacs)Windows")
:group 'environment)
;;; Utilities.
@@ -4113,5 +4111,4 @@ if that value is non-nil."
(provide 'cus-edit)
-;;; arch-tag: 64533aa4-1b1a-48c3-8812-f9dc718e8a6f
;;; cus-edit.el ends here