mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(create-fontset-from-ascii-font): Doc fix.
(x-must-resolve-font-name): Fix error message typo.
This commit is contained in:
parent
98110b1f02
commit
37aad8f5ae
@ -1,3 +1,8 @@
|
||||
2003-04-14 John Paul Wallington <jpw@gnu.org>
|
||||
|
||||
* international/fontset.el (create-fontset-from-ascii-font): Doc fix.
|
||||
(x-must-resolve-font-name): Fix error message typo.
|
||||
|
||||
2003-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||
|
||||
* progmodes/fortran.el (fortran-previous-statement): Check for
|
||||
|
@ -398,7 +398,7 @@ Value is name of that font."
|
||||
(aset xlfd-fields index "*")
|
||||
(setq index (1+ index))))))
|
||||
(unless ascii-font
|
||||
(error "No fonts founds"))
|
||||
(error "No fonts found"))
|
||||
ascii-font))
|
||||
|
||||
|
||||
@ -571,7 +571,7 @@ It returns a name of the created fontset."
|
||||
"Create a fontset from an ASCII font FONT.
|
||||
|
||||
Optional 1st arg RESOLVED-FONT is a resolved name of FONT. If
|
||||
omitted, x-resolve-font-name is called to get the resolved name. At
|
||||
omitted, `x-resolve-font-name' is called to get the resolved name. At
|
||||
this time, if FONT is not available, error is signaled.
|
||||
|
||||
Optional 2nd arg FONTSET-NAME is a string to be used in
|
||||
|
Loading…
Reference in New Issue
Block a user