From 8e4be7469e31cb31ffc8a7121593b381b3f7f05e Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Mon, 16 Jul 2018 21:14:29 +0300 Subject: Fix typos in the docstrings --- build-farm-jobset.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build-farm-jobset.el') diff --git a/build-farm-jobset.el b/build-farm-jobset.el index 11953e4..c864f88 100644 --- a/build-farm-jobset.el +++ b/build-farm-jobset.el @@ -131,7 +131,7 @@ See `build-farm-search-url' for the meaning of SEARCH-TYPE and ARGS." (defvar build-farm-jobset-list-default-hint '(("\\[build-farm-jobset-list-latest-builds]") - " show latest builds for the current jobset;\n")) + " show latest builds of the current jobset;\n")) (defun build-farm-jobset-list-hint () "Return hint string for a jobset-list buffer." @@ -141,8 +141,9 @@ See `build-farm-search-url' for the meaning of SEARCH-TYPE and ARGS." (defun build-farm-jobset-list-latest-builds (number &rest args) "Display latest NUMBER of builds of the current jobset. -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 -- cgit v1.2.3