branch: elpa/fj
commit ba99ee18ab5edc27de840b7d3593896f980a10e6
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    readme cmd index/typo
---
 readme.org | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/readme.org b/readme.org
index f0ae3daf8e..73645bccce 100644
--- a/readme.org
+++ b/readme.org
@@ -41,7 +41,7 @@ If you run into any auth issues, feel free to open an issue 
or contact me.
 
 ** basic views
 
-Once you are authenticated, try =fj-list-own-repos= to view your repos, or 
=fj-list-issues= to view issues of the current repo, or with completing-read of 
a repo is no repo is found.
+Once you are authenticated, try =fj-list-own-repos= to view your repos, or 
=fj-list-issues= to view issues of the current repo, or with completing-read of 
a repo if no repo is found.
 
 If you are already viewing a repo and want to force the prompt to choose 
another, call =fj-list-issues= with a prefix arg (=C-u=).
 
@@ -276,7 +276,7 @@ Diffs (as commits and PRs):
 | C-c S-RET | fj-compose-remove-milestone    | Remove milestone from item 
being composed.                          |
 | C-c C-c   | fj-compose-send                | Submit the issue or comment to 
your Forgejo instance.               |
 | C         | fj-copy-item-url               | Copy URL of current item, 
either issue or PR.                       |
-| U         | fj-copy-pr-url                 | Copy upstream Pull Request URL 
with branch name.                    |
+|           | fj-copy-pr-url                 | Copy upstream Pull Request URL 
with branch name.                    |
 | c         | fj-create-issue                | Create issue in current repo or 
repo at point in tabulated listing. |
 |           | fj-create-milestone            | Create a milestone for REPO by 
OWNER.                               |
 |           | fj-create-token                | Create an access token for 
`fj-user' on `fj-host'.                  |
@@ -326,6 +326,7 @@ Diffs (as commits and PRs):
 | C-c C-c   | fj-list-own-repos-read         | List repos for `fj-user', 
prompting for an order type.              |
 | P         | fj-list-pulls                  | List pulls for REPO by OWNER, 
filtered by STATE.                    |
 |           | fj-list-repos                  | List repos for `fj-user' 
extended by `fj-extra-repos'.              |
+| C-c C-c   | fj-list-repos-sort             | Reload current repos listing, 
prompting for a sort type.            |
 |           | fj-list-user-repos             | View repos of current entry 
user from tabulated repos listing.      |
 |           | fj-mark-notification-read      | Mark notification at point as 
read.                                 |
 |           | fj-mark-notification-unread    | Mark notification at point as 
unread.                               |

Reply via email to