# HG changeset patch # User Chong Yidong # Date 1136216516 0 # Node ID 6ddcdaaf39929ff4b7f429c662facfee79f2b5c7 # Parent c36b45ec6e8164b5ac269cac52017324d7cfd160 Doc fix. diff -r c36b45ec6e81 -r 6ddcdaaf3992 lisp/custom.el --- a/lisp/custom.el Mon Jan 02 15:29:32 2006 +0000 +++ b/lisp/custom.el Mon Jan 02 15:41:56 2006 +0000 @@ -1142,7 +1142,7 @@ (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 @@ (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.