X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=emu.el;h=40b70b24ebc66b3c9655315838d4cd9d84f8ddac;hb=6f525962ef7a53053d381e49f82a5a37bf3baed6;hp=fce2080a5fbef5c511322db1be2e31a88f324a9d;hpb=8f72402701e2c75f7c8b7ae3e672076a6be76f4b;p=elisp%2Fapel.git diff --git a/emu.el b/emu.el index fce2080..40b70b2 100644 --- a/emu.el +++ b/emu.el @@ -130,7 +130,7 @@ TABLE defaults to the current buffer's category table." (defun code-convert-string (str ic oc) "Convert code in STRING from SOURCE code to TARGET code, -On successful converion, returns the result string, +On successful conversion, returns the result string, else returns nil." (if (not (eq ic oc)) (convert-string-kanji-code str ic oc) @@ -157,7 +157,7 @@ else returns nil." (defun code-convert-string (str ic oc) "Convert code in STRING from SOURCE code to TARGET code, -On successful converion, returns the result string, +On successful conversion, returns the result string, else returns nil. [emu-latin1.el; old MULE emulating function]" str)