branch: externals/repology commit 7e68447f31264da422e4b66c95b3e1a8fd450e96 Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>
Fix typo in docstring * repology.el (repology--main-prompt): Fix typo in docstring. --- repology.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repology.el b/repology.el index 313dfef..2e69639 100644 --- a/repology.el +++ b/repology.el @@ -1119,7 +1119,7 @@ Columns are displayed according to `repology-display-problems-columns'." (format-message "Action: [S]earch projects [L]ookup project \ \[R]eport repository problems (`q' to quit)") - "Main prompt used if `repology' UI.") + "Main prompt used in `repology' UI.") (defun repology--select-key (allowed-keys msg) "Keep requesting user to press a key until it belongs to ALLOWED-KEYS.