Mercurial > hg > xemacs-beta
diff lisp/font.el @ 4577:de0228446b18
Docstring spelling fixes.
author | "Ville Skyttä <scop@xemacs.org>" |
---|---|
date | Sun, 18 Jan 2009 11:55:53 +0200 |
parents | 29efd169efe7 |
children | 517f6887fbc0 |
line wrap: on
line diff
--- a/lisp/font.el Tue Jan 13 12:07:27 2009 +0000 +++ b/lisp/font.el Sun Jan 18 11:55:53 2009 +0200 @@ -216,13 +216,13 @@ "Bitmask for whether a font is to be rendered in %s or not." attr)) (defun ,(intern (format "font-%s-p" attr)) (fontobj) - ,(format "Whether FONTOBJ will be renderd in `%s' or not." attr) + ,(format "Whether FONTOBJ will be rendered in `%s' or not." attr) (if (/= 0 (logand (font-style fontobj) ,(intern (format "font-%s-mask" attr)))) t nil)) (defun ,(intern (format "set-font-%s-p" attr)) (fontobj val) - ,(format "Set whether FONTOBJ will be renderd in `%s' or not." + ,(format "Set whether FONTOBJ will be rendered in `%s' or not." attr) (cond (val