branch: elpa/orgit commit 1f2785f78be31d65aa036aa4b1c9a41c5fa48a4e Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Place comma after "e.g." --- orgit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgit.el b/orgit.el index 96bab60188..e012a3400b 100644 --- a/orgit.el +++ b/orgit.el @@ -382,7 +382,7 @@ form \":/TEXT\", which is described in the gitrevisions(7) manpage. When more than one prefix argument is used, then `org-store-link' stores a link itself, without calling this function. -When the region selects one or more commits, e.g. in a log, then +When the region selects one or more commits, e.g., in a log, then store links to the Magit-Revision mode buffers for these commits." (cond ((eq major-mode 'magit-revision-mode) (orgit-rev-store-1 magit-buffer-revision))