M egerrit-job.el => egerrit-job.el +4 -1
@@ 140,7 140,10 @@ to show and which functions to call to get the right data."
;;;###autoload
(defun egerrit-author-open-job (change)
- "Open one of CHANGE's jobs."
+ "Open one of CHANGE's jobs.
+
+Optionally when using a prefix argument `egerrit' will let the user
+select a specific revision."
(interactive
(list (egerrit-get-detailed-change
(tabulated-list-get-id))))
M egerrit-review.el => egerrit-review.el +1 -1
@@ 133,7 133,7 @@ revision and an arbitrary revision. This differs from the ordinary
review which compares the latest revision with the base.
Optionally when using a prefix argument `egerrit' will let the user
-select a specific revision other than the latest"
+select a specific revision other than the latest."
(interactive
(list (tabulated-list-get-id)))
(when (egerrit-change-p change)