branch: externals/srht commit a99a8e4bd1c180613d3ecbd936fbef3eae75502c Author: Aleksandr Vityazev <avitya...@posteo.org> Commit: Aleksandr Vityazev <avitya...@posteo.org>
srht-git--repo-name-read: Add doc string. --- lisp/srht-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/srht-git.el b/lisp/srht-git.el index 1e237d6944..c9466568d4 100644 --- a/lisp/srht-git.el +++ b/lisp/srht-git.el @@ -181,7 +181,7 @@ is assumed." (concat bb (format "%s%s%s" v sb c)))) (defun srht-git--repo-name-read () - "" + "Read a repository name in the minibuffer, with completion." (srht-read-with-annotaion "Select repository: " (srht-git--candidates) #'srht-git--annot))