Skip to content

Commit

Permalink
add docstring of twittering-format-status
Browse files Browse the repository at this point in the history
* twittering-mode.el (twittering-format-status): add docstring
  • Loading branch information
hayamiz committed Jan 13, 2010
1 parent a12ee25 commit f6506e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2010-01-14 Yuto Hayamizu <y.hayamizu@gmail.com>

* twittering-mode.el (twittering-format-status): add docstring

2010-01-13 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el (twittering-format-string): fix the search of
Expand Down
3 changes: 3 additions & 0 deletions twittering-mode.el
Expand Up @@ -1728,6 +1728,9 @@ following symbols;
))

(defun twittering-format-status (status format-str)
"Format a string out of a format-str and STATUS.
Specification of format-str is described in the document for the
variable `twittering-status-format'"
(flet ((attr (key)
(assocref key status))
(profile-image
Expand Down

0 comments on commit f6506e3

Please sign in to comment.