fix docstring
This commit is contained in:
parent
675d17d2dc
commit
36abb1f2c0
1 changed files with 1 additions and 2 deletions
|
|
@ -176,8 +176,7 @@ BUFFER may be a string or nil."
|
|||
|
||||
;;;###autoload
|
||||
(defun counsel-projectile-switch-to-buffer ()
|
||||
"Switch to a project buffer.
|
||||
If optional argument VIRTUAL is non-nil, add project files as virtual buffers."
|
||||
"Switch to a project buffer."
|
||||
(interactive)
|
||||
(ivy-read (projectile-prepend-project-name "Switch to buffer: ")
|
||||
(counsel-projectile--buffer-list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue