From 155154f6f118361b6c4a86160cae1be45bea0871 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 16 Aug 2023 04:43:55 +0300 Subject: [PATCH] ; * lisp/progmodes/project.el (project-find-file-in): Update docstring. --- lisp/progmodes/project.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index fe13f4ab114..d8b12c9c880 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -1097,7 +1097,7 @@ by the user at will." (defun project-find-file-in (suggested-filename dirs project &optional include-all) "Complete a file name in DIRS in PROJECT and visit the result. -SUGGESTED-FILENAME is a relative file name, or part of it, which +SUGGESTED-FILENAME is a file name, or part of it, which is used as part of \"future history\". If INCLUDE-ALL is non-nil, or with prefix argument when called -- 2.39.5