X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=poem.el;h=ec87a433dc591bda26aa138a384c1fa6392aa3d2;hb=6e972cf6c7ba473c4a83d9caaaa25e2aa31e9c7c;hp=ec752a3fe5a83b4a16cea689f7a22d30fb240763;hpb=8ea0cf57c248b6a4ba2f73288cc1b7cad582e171;p=elisp%2Fapel.git diff --git a/poem.el b/poem.el index ec752a3..ec87a43 100644 --- 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))