Changeset 405

Show
Ignore:
Timestamp:
10/06/07 19:58:49 (6 years ago)
Author:
kentaro
Message:

lang/elisp/simple-hatena-mode: improved the documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/elisp/simple-hatena-mode/simple-hatena-mode.el

    r392 r405  
    2929;; ド、simple-hatena-modeを提供します。simple-hatena-modeは、 
    3030;; html-helper-modeの派生モードとして定義されていますので、 
    31 ;; html-helper-modeが提供する各種機能も利用可能できます。 
     31;; html-helper-modeが提供する各種機能も利用できます。 
    3232;; 
    3333;; インストール、設定方法等については、以下のページをご覧ください。 
     
    175175 
    176176設定方法や使い方については、以下を参照のこと。 
    177 http://coderepos.org/share/wiki/CocProxy" 
     177http://coderepos.org/share/wiki/SimpleHatenaMode" 
    178178 
    179179  ;; 現在開いているバッファの情報 
     
    360360 
    361361(defun simple-hatena-internal-make-diary-file-string (i &optional date) 
    362   "実行日現在の日付を起点にした日記ファイル名を生成する。 
     362  "dateが指定されていない場合は、実行日現在の日付を起点にした日記ファイル名を生成する。 
    363363 
    364364   0: 今日 
    365365   1: 明日 
    366   -1: 昨日" 
     366  -1: 昨日 
     367 
     368指定されている場合は、その日付を起点にした日記ファイル名を生成する。" 
    367369  (apply (lambda (s min h d mon y &rest rest) 
    368370           (format-time-string "%Y-%m-%d.txt"