Fix git mode.

This commit is contained in:
Dominik Pantůček 2023-07-05 21:34:51 +02:00
parent 64ec7f3d69
commit 375c4ed857
2 changed files with 6 additions and 6 deletions

View file

@ -69,9 +69,9 @@
Returns a procedure that allows invocation of git in given ```repo```
repository returning one or two values based on ```mode``` given:
* ```#:exit``` - returns exit code
* ```#:output``` - returns the output lines (default)
* ```#:exit+output``` - returns both exit code and output lines
* ```'exit``` - returns exit code
* ```'output``` - returns the output lines (default)
* ```'exit+output``` - returns both exit code and output lines
")
;; Raises an error if not valid
(let ((defmode (cadr (assq defmodesym git-modes))))