From 86c860f1a1d0bb2de9c5f6a1752e8bd9389235ec Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sat, 11 Jul 2020 04:39:02 +0300 Subject: [PATCH] project-switch-to-buffer: Reword the docstring * lisp/progmodes/project.el (project-switch-to-buffer): Reword the docstring, copying the style from project-kill-buffers. --- lisp/progmodes/project.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 08798d86f8e..ce8046556b6 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -802,9 +802,7 @@ Arguments the same as in `compile'." ;;;###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)) -- 2.39.5