Skip to content

Commit

Permalink
forge-read-{topic,issue,pullreq}: Add comma in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 30, 2024
1 parent 1dec075 commit d52f4d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lisp/forge-issue.el
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ an error."
"Read an active issue with completion using PROMPT.
Open, unread and pending issues are considered active.
Default to the current issue even if it isn't active.
Default to the current issue, even if it isn't active.
\\<forge-read-topic-minibuffer-map>While completion is in \
progress, \\[forge-read-topic-lift-limit] lifts the limit, extending
Expand Down
2 changes: 1 addition & 1 deletion lisp/forge-pullreq.el
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ an error."
"Read an active pull-request with completion using PROMPT.
Open, unread and pending pull-requests are considered active.
Default to the current pull-request even if it isn't active.
Default to the current pull-request, even if it isn't active.
\\<forge-read-topic-minibuffer-map>While completion is in \
progress, \\[forge-read-topic-lift-limit] lifts the limit, extending
Expand Down
2 changes: 1 addition & 1 deletion lisp/forge-topic.el
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ Limit list to topics for which a review by the given user was requested."
"Read an active topic with completion using PROMPT.
Open, unread and pending topics are considered active.
Default to the current topic even if it isn't active.
Default to the current topic, even if it isn't active.
\\<forge-read-topic-minibuffer-map>While completion is in \
progress, \\[forge-read-topic-lift-limit] lifts the limit, extending
Expand Down

0 comments on commit d52f4d1

Please sign in to comment.