From: Dmitry Gutov Date: Sat, 11 Jul 2020 01:39:02 +0000 (+0300) Subject: project-switch-to-buffer: Reword the docstring X-Git-Tag: emacs-28.0.90~7026 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86c860f1a1d0bb2de9c5f6a1752e8bd9389235ec;p=emacs.git 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. --- 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))