]> git.eshelyaron.com Git - emacs.git/commitdiff
Update project-recompile's docstring
authorDaniel Mendler <mail@daniel-mendler.de>
Tue, 10 Dec 2024 23:29:01 +0000 (01:29 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 12 Dec 2024 15:48:11 +0000 (16:48 +0100)
* lisp/progmodes/project.el (project-recompile):
Update the docstring accordingly (bug#74631).

(cherry picked from commit d657a38fd1270138301bcd5936f2c9319df69903)

lisp/progmodes/project.el

index 0971a0bb8f5a7c2937e50fcb24c74e1d55e39af0..d4f989f27b1a6012195ae783ea9e10ad23a838fe 100644 (file)
@@ -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)))