h-jump-to-project: Improve doc

This commit is contained in:
Félix Baylac-Jacqué 2022-06-16 09:06:53 +02:00
parent 4df46e2440
commit cdd2e84582
No known key found for this signature in database
GPG key ID: EFD315F31848DBA4

6
h.el
View file

@ -645,12 +645,12 @@ TODO: split that mess before release. We shouldn't query here."
;;;###autoload
(defun h-jump-to-project ()
"Open a project contained in the h-code-root directory.
If the project is not here yet, check it out from the available forge
sources."
If the project is not in the h-code-root yet, check it out from the
available forge sources."
(interactive)
(let ((user-query
(h--completing-read-or-custom
"Available projects: "
"Jump to project: "
(h--get-code-root-projects (h--safe-get-code-root)))))
(cond
((equal (car user-query) 'in-collection)