* lisp/progmodes/project.el (project-switch-to-buffer):
Reword the docstring, copying the style from project-kill-buffers.
;;;###autoload
(defun project-switch-to-buffer ()
- "Switch to another buffer that is related to the current project.
-A buffer is related to a project if `project-current' returns the
-same (equal) value when called in that buffer."
+ "Switch to another buffer belonging to the current project."
(interactive)
(let* ((pr (project-current t))
(current-buffer (current-buffer))