Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2a1c4b90
Commit
2a1c4b90
authored
Sep 30, 1998
by
Karl Heuer
Browse files
(Custom-mode-menu): Fix info node name.
(customize group): Fix info node name.
parent
c051dfe5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/cus-edit.el
lisp/cus-edit.el
+2
-2
No files found.
lisp/cus-edit.el
View file @
2a1c4b90
...
...
@@ -248,7 +248,7 @@
(
defgroup
customize
'
((
widgets
custom-group
))
"Customization of the Customization support."
:link
'
(
custom-manual
"(
custom)Top
"
)
:link
'
(
custom-manual
"(
elisp)Customization
"
)
:link
'
(
url-link
:tag
"Development Page"
"http://www.dina.kvl.dk/~abraham/custom/"
)
:prefix
"custom-"
...
...
@@ -3337,7 +3337,7 @@ The format is suitable for use with `easy-menu-define'."
["
Reset
to
Current
" Custom-reset-current t]
["
Reset
to
Saved
" Custom-reset-saved t]
["
Reset
to
Standard
Settings
" Custom-reset-standard t]
["
Info
" (Info-goto-node "
(
custom
)
The
Customization
Buffer
") t]))
["
Info
" (Info-goto-node "
(
emacs
)
Easy
Customization
") t]))
(defun Custom-goto-parent ()
"
Go
to
the
parent
group
listed
at
the
top
of
this
buffer.
...
...
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