diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-01-02 15:41:56 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-01-02 15:41:56 +0000 |
commit | 7e8b9dc3cc466eec23c233b219f73f4e9181bc40 (patch) | |
tree | a5ed1cc6dd3822c7ce0a2fe23c40c14525e38055 /lisp/custom.el | |
parent | fb61efe61dbc893bc1fd02bc357bfd45b664670c (diff) | |
download | emacs-7e8b9dc3cc466eec23c233b219f73f4e9181bc40.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 4 |
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: (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. |