diff options
| author | Alex Kost <alezost@gmail.com> | 2018-07-16 21:14:29 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2018-07-16 21:38:21 +0300 |
| commit | 8e4be7469e31cb31ffc8a7121593b381b3f7f05e (patch) | |
| tree | 98706ed5a1ff7876d8bc6db00fbe02bc97e5c2ad /build-farm-build.el | |
| parent | Do not require match for system/project readers (diff) | |
| download | emacs-build-farm-8e4be7469e31cb31ffc8a7121593b381b3f7f05e.tar.gz | |
Fix typos in the docstrings
Diffstat (limited to 'build-farm-build.el')
| -rw-r--r-- | build-farm-build.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build-farm-build.el b/build-farm-build.el index 322891c..18bb9da 100644 --- a/build-farm-build.el +++ b/build-farm-build.el @@ -334,8 +334,9 @@ Show latest builds for this %s (with prefix, prompt for all parameters)" (defun build-farm-build-list-latest-builds (number &rest args) "Display latest NUMBER of builds of the current job. -Interactively, prompt for NUMBER. With prefix argument, prompt -for all ARGS." +Interactively, use `build-farm-number-of-builds' variable for +NUMBER. With prefix argument, prompt for it and for the other +ARGS." (interactive (let ((entry (bui-list-current-entry))) (build-farm-build-latest-prompt-args |
