docs: fix typo in function definition

This commit is contained in:
Kiana Sheibani 2024-10-09 14:45:00 -04:00
parent e41ad9bbca
commit 292394acbf
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -4113,8 +4113,8 @@ I used to use =treemacs= as my dedicated project tree, but ~dirvish~ is much mor
(defun ~/dirvish-side-open (&optional path)
"Select the Dirvish side session, creating one if it does not exist.
If called with \\[universal-arguments], prompt for PATH, otherwise
it defaults to `project-current'."
If called with \\[universal-argument], prompt for PATH, otherwise
it defaults to `project-current'."
(interactive (list (and current-prefix-arg
(read-directory-name "Open sidetree: "))))
(require 'dirvish-side)