aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/custom.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index 7c978187c2d..6a7c6408381 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -1142,7 +1142,7 @@ Each of the arguments ARGS has this form:
1142 1142
1143 (VARIABLE IGNORED) 1143 (VARIABLE IGNORED)
1144 1144
1145This means reset VARIABLE. (The argument IGNORED is ignored." 1145This means reset VARIABLE. (The argument IGNORED is ignored)."
1146 (custom-check-theme theme) 1146 (custom-check-theme theme)
1147 (dolist (arg args) 1147 (dolist (arg args)
1148 (custom-push-theme 'theme-value (car arg) theme 'reset))) 1148 (custom-push-theme 'theme-value (car arg) theme 'reset)))
@@ -1155,7 +1155,7 @@ Each of the arguments ARGS has this form:
1155 1155
1156 (VARIABLE IGNORED) 1156 (VARIABLE IGNORED)
1157 1157
1158This means reset VARIABLE. (The argument IGNORED is ignored." 1158This means reset VARIABLE. (The argument IGNORED is ignored)."
1159 (apply 'custom-theme-reset-variables 'user args)) 1159 (apply 'custom-theme-reset-variables 'user args))
1160 1160
1161;;; The End. 1161;;; The End.