Skip to content

Commit

Permalink
Added some docs in infinote/rudel-infinote-text-document.el
Browse files Browse the repository at this point in the history
* infinote/rudel-infinote-text-document.el (header): added commentary
  section
  (rudel-infinote-text-document): added documentation string
  • Loading branch information
scymtym committed Jun 6, 2010
1 parent fc5d5cb commit 8770006
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infinote/rudel-infinote-text-document.el
Expand Up @@ -24,6 +24,9 @@

;;; Commentary:
;;
;; This file contains the `rudel-infinote-text-document' class which
;; implements text documents in the infinote backend. (See
;; rudel-infinote-node.el for an overview)


;;; History:
Expand All @@ -42,7 +45,7 @@

(defclass rudel-infinote-text-document (rudel-infinote-document)
()
"")
"Objects of this class implement infinote text documents.")

(provide 'rudel-infinote-text-document)
;;; rudel-infinote-text-document.el ends here

0 comments on commit 8770006

Please sign in to comment.