From: bg66 Date: Fri, 23 Mar 2007 02:08:29 +0000 (+0000) Subject: Fix docs. X-Git-Tag: mixi-el-1_0_0~44 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=15d007f5488c7fa50b81161de0205e0ddbb530bc;p=elisp%2Fmixi.git Fix docs. --- diff --git a/mixi.el b/mixi.el index 0666469..dd9ec9d 100644 --- a/mixi.el +++ b/mixi.el @@ -954,7 +954,7 @@ Increase this value when unexpected error frequently occurs." (aref (cdr friend) 12)) (defun mixi-friend-profile (friend) - "Return the pforile of FRIEND." + "Return the profile of FRIEND." (unless (mixi-friend-p friend) (signal 'wrong-type-argument (list 'mixi-friend-p friend))) (mixi-realize-friend friend)