From: Dmitry Gutov Date: Wed, 16 Aug 2023 01:43:55 +0000 (+0300) Subject: ; * lisp/progmodes/project.el (project-find-file-in): Update docstring. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=155154f6f118361b6c4a86160cae1be45bea0871;p=emacs.git ; * lisp/progmodes/project.el (project-find-file-in): Update docstring. --- 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