Skip to content

Commit

Permalink
ghub--confirm-create-token: Mention correct info node
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Nov 12, 2018
1 parent c4cf60e commit 86a17df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
5 changes: 3 additions & 2 deletions ghub.el
Expand Up @@ -838,8 +838,9 @@ See https://magit.vc/manual/ghub/Support-for-Other-Forges.html for instructions.
Store on Github as:\n %S
Store locally according to option `auth-sources':\n %S
%s
If in doubt, then abort and first view the section of the Ghub
documentation called \"Manually Creating and Storing a Token\".
If in doubt, then abort and first view the section of
the Ghub documentation called \"Interactively Creating
and Storing a Token\".
Otherwise confirm and then provide your Github username and
password at the next two prompts. Depending on the backend
Expand Down
9 changes: 5 additions & 4 deletions ghub.org
Expand Up @@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Ghub: (ghub).
#+TEXINFO_DIR_DESC: Minuscule client library for the Github API.
#+SUBTITLE: for version 3.0.0 (v3.0.0-2-g8dbf6b2+1)
#+SUBTITLE: for version 3.0.0 (v3.0.0-4-gc4cf60e+1)

#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:4 toc:2
Expand Down Expand Up @@ -38,7 +38,7 @@ because then all packages that talk to forge APIs could be configured
the same way.

#+TEXINFO: @noindent
This manual is for Ghub version 3.0.0 (v3.0.0-2-g8dbf6b2+1).
This manual is for Ghub version 3.0.0 (v3.0.0-4-gc4cf60e+1).

#+BEGIN_QUOTE
Copyright (C) 2017-2018 Jonas Bernoulli <jonas@bernoul.li>
Expand Down Expand Up @@ -240,8 +240,9 @@ then the setup wizard will first ask you something like this:
Store locally according to option `auth-sources':
("~/.authinfo" "~/.authinfo.gpg" "~/.netrc")

If in doubt, then abort and first view the section of the Ghub
documentation called "Manually Creating and Storing a Token".
If in doubt, then abort and first view the section of
the Ghub documentation called "Interactively Creating
and Storing a Token".

Create and store such a token? (yes or no)
#+END_EXAMPLE
Expand Down
9 changes: 5 additions & 4 deletions ghub.texi
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Ghub User and Developer Manual
@subtitle for version 3.0.0 (v3.0.0-2-g8dbf6b2+1)
@subtitle for version 3.0.0 (v3.0.0-4-gc4cf60e+1)
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand Down Expand Up @@ -68,7 +68,7 @@ because then all packages that talk to forge APIs could be configured
the same way.

@noindent
This manual is for Ghub version 3.0.0 (v3.0.0-2-g8dbf6b2+1).
This manual is for Ghub version 3.0.0 (v3.0.0-4-gc4cf60e+1).

@quotation
Copyright (C) 2017-2018 Jonas Bernoulli <jonas@@bernoul.li>
Expand Down Expand Up @@ -327,8 +327,9 @@ Such a Github API token is not available:
Store locally according to option `auth-sources':
("~/.authinfo" "~/.authinfo.gpg" "~/.netrc")
If in doubt, then abort and first view the section of the Ghub
documentation called "Manually Creating and Storing a Token".
If in doubt, then abort and first view the section of
the Ghub documentation called "Interactively Creating
and Storing a Token".
Create and store such a token? (yes or no)
@end example
Expand Down

0 comments on commit 86a17df

Please sign in to comment.