X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fcus-face.el;h=656f710c31af97cdbdfe0e5aa32e7026b846271e;hb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb;hp=36e2d32ffa7a21f81569d723a786acf72ce7b516;hpb=032d062ebcb2344e6245cea4214bc09835da97ee;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 36e2d32..656f710 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -309,7 +309,7 @@ FACE. Nil otherwise." (defun custom-theme-reset-faces (theme &rest args) (custom-check-theme theme) "Reset the value of the face to values previously defined. -Assosiate this setting with THEME. +Associate this setting with THEME. ARGS is a list of lists of the form @@ -324,7 +324,7 @@ This means reset face to its value in to-theme." ;;;###autoload (defun custom-reset-faces (&rest args) "Reset the value of the face to values previously defined. -Assosiate this setting with the 'user' theme. +Associate this setting with the 'user' theme. ARGS is defined as for `custom-theme-reset-faces'" (apply #'custom-theme-reset-faces 'user args))