* mcs-e20.el (charsets-mime-charset-alist): Remove nil's from the default
[elisp/apel.git] / poem.el
diff --git a/poem.el b/poem.el
index ec752a3..ec87a43 100644 (file)
--- a/poem.el
+++ b/poem.el
@@ -64,7 +64,7 @@ If STRING is multibyte, the result is STRING itself.
 
 (defun-maybe charset-after (&optional pos)
   "Return charset of a character in current buffer at position POS.
-If POS is nil, it defauls to the current point.
+If POS is nil, it defaults to the current point.
 If POS is out of range, the value is nil.
 \[Emacs 20.3 emulating function]"
   (char-charset (char-after pos))