From: Chong Yidong Date: Mon, 2 Jan 2006 15:41:56 +0000 (+0000) Subject: Doc fix. X-Git-Tag: emacs-pretest-22.0.90~4930 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e8b9dc3cc466eec23c233b219f73f4e9181bc40;p=emacs.git Doc fix. --- 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.