Skip to content

Commit

Permalink
Modify the prompts for subscription.
Browse files Browse the repository at this point in the history
* twittering-mode.el: Modify the prompts for subscription.
(twittering-read-subscription-list-name): modify the prompt for
subscription.
(twittering-other-user-list-interactive): likewise.
  • Loading branch information
cvmat committed Mar 26, 2011
1 parent 367e2bb commit 9aef8d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Expand Up @@ -13,6 +13,11 @@
(twittering-other-user-list-interactive): follow the above
modification.

* twittering-mode.el: Modify the prompts for subscription.
(twittering-read-subscription-list-name): modify the prompt for
subscription.
(twittering-other-user-list-interactive): likewise.

2011-03-26 Naohiro Aota <naota@elisp.net>

* twittering-mode.el (twittering-http-get-list-sentinel-base): New
Expand Down
4 changes: 2 additions & 2 deletions twittering-mode.el
Expand Up @@ -6948,7 +6948,7 @@ been initialized yet."
(twittering-get-list-subscriptions-sync username)))
(username (prog1 (copy-sequence username)
(set-text-properties 0 (length username) nil username)))
(prompt (format "%s's subscripting list: " username))
(prompt (format "%s's subscription: " username))
(listname
(if list-index
(twittering-completing-read prompt list-index nil t nil)
Expand Down Expand Up @@ -7166,7 +7166,7 @@ been initialized yet."
(set-text-properties 0 (length username) nil username)
(or (twittering-read-username-with-completion
(if subscriptions
"Whose subscripting list: "
"Whose subscription: "
"Whose list: ")
username
'twittering-user-history)
Expand Down

0 comments on commit 9aef8d8

Please sign in to comment.