summaryrefslogtreecommitdiff
path: root/lisp/international/fontset.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-30 17:33:05 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-30 17:33:05 +0100
commit5c32d3f2f93edced9c004698eaa2234d809fee02 (patch)
treeeca49b0e0cb0e6cb28de632bf28ceff944825cb3 /lisp/international/fontset.el
parent6db4e2d308c3ccef73b61c2f124f446fb367ea70 (diff)
downloademacs-5c32d3f2f93edced9c004698eaa2234d809fee02.tar.gz
Fix typos.
Diffstat (limited to 'lisp/international/fontset.el')
-rw-r--r--lisp/international/fontset.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index 9f6520c7238..2425ee46eea 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -858,9 +858,9 @@ Internal use only. Should be called at startup time."
(defun x-decompose-font-name (pattern)
"Decompose PATTERN into XLFD fields and return a vector of the fields.
The length of the vector is 12.
-The FOUNDRY and FAMILY fields are concatinated and stored in the first
+The FOUNDRY and FAMILY fields are concatenated and stored in the first
element of the vector.
-The REGISTRY and ENCODING fields are concatinated and stored in the last
+The REGISTRY and ENCODING fields are concatenated and stored in the last
element of the vector.
Return nil if PATTERN doesn't conform to XLFD."