Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6ea2832e
Commit
6ea2832e
authored
Aug 20, 2003
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some :links.
(bib): Remove.
parent
6dca786c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
lisp/cus-edit.el
lisp/cus-edit.el
+9
-7
No files found.
lisp/cus-edit.el
View file @
6ea2832e
...
...
@@ -74,6 +74,7 @@
(
defgroup
emulations
nil
"Emulations of other editors."
:link
'
(
custom-manual
"(emacs)Emulation"
)
:group
'editing
)
(
defgroup
mouse
nil
...
...
@@ -88,11 +89,6 @@
"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
...
...
@@ -117,6 +113,7 @@
(
defgroup
c
nil
"Support for the C language and related languages."
:link
'
(
custom-manual
"(ccmode)"
)
:group
'languages
)
(
defgroup
tools
nil
...
...
@@ -141,6 +138,7 @@
(
defgroup
news
nil
"Support for netnews reading and posting."
:link
'
(
custom-manual
"(gnus)"
)
:group
'applications
)
(
defgroup
games
nil
...
...
@@ -195,6 +193,7 @@
(
defgroup
i18n
nil
"Internationalization and alternate character-set support."
:link
'
(
custom-manual
"(emacs)International"
)
:group
'environment
:group
'editing
)
...
...
@@ -245,8 +244,6 @@
(
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
)
...
...
@@ -272,6 +269,7 @@
(
defgroup
abbrev-mode
nil
"Word abbreviations mode."
:link
'
(
custom-manual
"(emacs)Abbrevs"
)
:group
'abbrev
)
(
defgroup
alloc
nil
...
...
@@ -281,6 +279,7 @@
(
defgroup
undo
nil
"Undoing changes in buffers."
:link
'
(
custom-manual
"(emacs)Undo"
)
:group
'editing
)
(
defgroup
modeline
nil
...
...
@@ -289,6 +288,7 @@
(
defgroup
fill
nil
"Indenting and filling text."
:link
'
(
custom-manual
"(emacs)Filling Text"
)
:group
'editing
)
(
defgroup
editing-basics
nil
...
...
@@ -321,6 +321,7 @@
(
defgroup
minibuffer
nil
"Controling the behaviour of the minibuffer."
:link
'
(
custom-manual
"(emacs)Minibuffer"
)
:group
'environment
)
(
defgroup
keyboard
nil
...
...
@@ -349,6 +350,7 @@
(
defgroup
windows
nil
"Windows within a frame."
:link
'
(
custom-manual
"(emacs)Windows"
)
:group
'environment
)
;;; Utilities.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment