From 15d007f5488c7fa50b81161de0205e0ddbb530bc Mon Sep 17 00:00:00 2001 From: bg66 Date: Fri, 23 Mar 2007 02:08:29 +0000 Subject: [PATCH] Fix docs. --- mixi.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4