comparison lisp/custom.el @ 67980:6ddcdaaf3992

Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 02 Jan 2006 15:41:56 +0000
parents c36b45ec6e81
children d8acae190ef7
comparison
equal deleted inserted replaced
67979:c36b45ec6e81 67980:6ddcdaaf3992
1140 "Reset some variable settings in THEME to their values in other themes. 1140 "Reset some variable settings in THEME to their values in other themes.
1141 Each of the arguments ARGS has this form: 1141 Each of the arguments ARGS has this form:
1142 1142
1143 (VARIABLE IGNORED) 1143 (VARIABLE IGNORED)
1144 1144
1145 This means reset VARIABLE. (The argument IGNORED is ignored." 1145 This 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)))
1149 1149
1150 (defun custom-reset-variables (&rest args) 1150 (defun custom-reset-variables (&rest args)
1153 1153
1154 Each of the arguments ARGS has this form: 1154 Each of the arguments ARGS has this form:
1155 1155
1156 (VARIABLE IGNORED) 1156 (VARIABLE IGNORED)
1157 1157
1158 This means reset VARIABLE. (The argument IGNORED is ignored." 1158 This 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.
1162 1162
1163 ;; Process the defcustoms for variables loaded before this file. 1163 ;; Process the defcustoms for variables loaded before this file.