docs: fix typo in function definition
This commit is contained in:
parent
e41ad9bbca
commit
292394acbf
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue