diff lisp/cus-face.el @ 3918:049dc907c17a

[xemacs-hg @ 2007-04-22 19:58:27 by aidan] Make the X11 font menu work again, server side X11 with Mule.
author aidan
date Sun, 22 Apr 2007 19:58:59 +0000
parents 1c2a46ea1f78
children 69a1eda3da06
line wrap: on
line diff
--- a/lisp/cus-face.el	Sun Apr 22 09:24:12 2007 +0000
+++ b/lisp/cus-face.el	Sun Apr 22 19:58:59 2007 +0000
@@ -282,7 +282,7 @@
 ;;;###autoload
 (defun custom-set-face-update-spec (face display plist)
   "Customize the FACE for display types matching DISPLAY, merging
-  in the new items from PLIST."
+in the new items from PLIST."
   (let ((spec (face-spec-update-all-matching (custom-face-get-spec face)
 					     display plist)))
     (put face 'customized-face spec)