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
7e8b9dc3
Commit
7e8b9dc3
authored
Jan 02, 2006
by
Chong Yidong
Browse files
Doc fix.
parent
fb61efe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/custom.el
lisp/custom.el
+2
-2
No files found.
lisp/custom.el
View file @
7e8b9dc3
...
...
@@ -1142,7 +1142,7 @@ Each of the arguments ARGS has this form:
(VARIABLE IGNORED)
This means reset VARIABLE. (The argument IGNORED is ignored."
This means reset VARIABLE. (The argument IGNORED is ignored
)
."
(
custom-check-theme
theme
)
(
dolist
(
arg
args
)
(
custom-push-theme
'theme-value
(
car
arg
)
theme
'reset
)))
...
...
@@ -1155,7 +1155,7 @@ Each of the arguments ARGS has this form:
(VARIABLE IGNORED)
This means reset VARIABLE. (The argument IGNORED is ignored."
This means reset VARIABLE. (The argument IGNORED is ignored
)
."
(
apply
'custom-theme-reset-variables
'user
args
))
;;; The End.
...
...
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