Docstrings: removing trailing parenthesis in examples

This commit is contained in:
Félix Baylac-Jacqué 2022-07-11 13:41:56 +02:00
parent 42b9cef601
commit a1cd2892b4
No known key found for this signature in database
GPG Key ID: EFD315F31848DBA4
1 changed files with 2 additions and 4 deletions

View File

@ -281,8 +281,7 @@ If the repo does exists, returns a alist in the form of:
`(
(ssh . SSH-CHECKOUT-URL)
(https . HTTPS-CHECKOUT-URL)
)
(https . HTTPS-CHECKOUT-URL))
Returns nil if the repo does not exists."
(set-buffer response-buffer)
@ -319,8 +318,7 @@ If the repo does exists, returns a alist in the form of:
`(
(ssh . SSH-CHECKOUT-URL)
(https . HTTPS-CHECKOUT-URL)
)
(https . HTTPS-CHECKOUT-URL))
Returns nil if the repo does not exists."
(set-buffer response-buffer)