From: Daniel Mendler Date: Tue, 10 Dec 2024 23:29:01 +0000 (+0200) Subject: Update project-recompile's docstring X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c82cdde8e5448c2224272520e242f457e80d188e;p=emacs.git Update project-recompile's docstring * lisp/progmodes/project.el (project-recompile): Update the docstring accordingly (bug#74631). (cherry picked from commit d657a38fd1270138301bcd5936f2c9319df69903) --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 0971a0bb8f5..d4f989f27b1 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -1490,7 +1490,7 @@ If non-nil, it overrides `compilation-buffer-name-function' for ;;;###autoload (defun project-recompile (&optional edit-command) - "Run `recompile' with appropriate buffer." + "Run `recompile' in the project root with an appropriate buffer." (declare (interactive-only recompile)) (interactive "P") (let ((default-directory (project-root (project-current t)))