Mercurial > emacs
changeset 67980:6ddcdaaf3992
Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 02 Jan 2006 15:41:56 +0000 |
parents | c36b45ec6e81 |
children | 6e1f6ef9bc5f |
files | lisp/custom.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.