Navigation Menu

Skip to content

Commit

Permalink
Fix the guide string for authorization via OAuth.
Browse files Browse the repository at this point in the history
* twittering-mode.el (twittering-oauth-get-access-token): fix the
guide string of authorization via OAuth.
  • Loading branch information
cvmat committed May 22, 2010
1 parent 468beba commit d3e8243
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -82,6 +82,9 @@
* emacs21/hex-util.el: imported from Emacs22.
* emacs21/sha1.el: imported from Emacs22.

* twittering-mode.el (twittering-oauth-get-access-token): fix the
guide string of authorization via OAuth.

2010-05-20 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el: The configuration of a proxy is referred via
Expand Down
9 changes: 5 additions & 4 deletions twittering-mode.el
Expand Up @@ -1267,10 +1267,11 @@ like following:
"\n"
"\n"
(when twittering-oauth-invoke-browser
" Emacs invokes your browser by the function `browse-url'.\n"
" If the site is not opened automatically, you have to open\n"
" the site manually.\n"
"\n")
(concat
" Emacs invokes your browser by the function `browse-url'.\n"
" If the site is not opened automatically, you have to open\n"
" the site manually.\n"
"\n"))
"2.After allowing access, the site will display the PIN code."
"\n"
" Input the PIN code "
Expand Down

0 comments on commit d3e8243

Please sign in to comment.