From 17291f7fc6a93c028988e78ea026215aea9175d1 Mon Sep 17 00:00:00 2001 From: bg66 Date: Mon, 5 Feb 2007 06:19:03 +0000 Subject: [PATCH] Fix docs. --- mixi.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mixi.el b/mixi.el index c22dcf2..646b996 100644 --- a/mixi.el +++ b/mixi.el @@ -1,4 +1,4 @@ -;; mixi.el --- API library for accessing to mixi +;; mixi.el --- API libraries for accessing to mixi ;; Copyright (C) 2005,2006 OHASHI Akira @@ -24,7 +24,7 @@ ;;; Commentary: -;; API for getting contents: +;; APIs for getting contents: ;; ;; * mixi-get-friends ;; * mixi-get-favorites @@ -43,7 +43,7 @@ ;; * mixi-get-introductions ;; * mixi-get-news ;; -;; API for posting: +;; APIs for posting: ;; ;; * mixi-post-diary ;; * mixi-post-topic @@ -54,7 +54,7 @@ ;; ;; * mixi-remove-markup -;; Example: +;; Examples: ;; ;; Display newest 3 diaries like a mail format. ;; @@ -293,7 +293,7 @@ Increase this value when unexpected error frequently occurs." ,url (concat mixi-url ,url))) -;; FIXME: Support file, checkbox and so on. +;; FIXME: Support files. (defun mixi-make-form-data (fields) "Make form data and return (CONTENT-TYPE . FORM-DATA)." (let* ((boundary (apply 'format "--_%d_%d_%d" (current-time))) -- 1.7.10.4