Skip to content

Commit

Permalink
Merge pull request #119 from sethidden/patch-1
Browse files Browse the repository at this point in the history
docstring of `git-link-homepage` should mention `git-link-open-in-browser`
  • Loading branch information
sshaw committed Apr 4, 2024
2 parents 1415629 + 149149c commit 57f5406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-link.el
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,8 @@ Defaults to \"origin\"."
(defun git-link-homepage (remote)
"Create a URL representing the homepage of the current
buffer's GitHub/Bitbucket/GitLab/... repository. The
URL will be added to the kill ring.
URL will be added to the kill ring. If
`git-link-open-in-browser' is non-nil also call `browse-url'.
With a prefix argument prompt for the remote's name.
Defaults to \"origin\"."
Expand Down

0 comments on commit 57f5406

Please sign in to comment.