From 742ae84a9c53fd8479b0000e907028254a8add7f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 21 Aug 2021 10:10:28 +0300 Subject: [PATCH] ; * lisp/progmodes/project.el: Fix punctuation in the commentary. --- 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 f9b302bb2be..ae9bf035717 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -53,7 +53,7 @@ ;; ;; `project-buffers' can be overridden if the project has some unusual ;; shape (e.g. it contains files residing outside of its root, or some -;; files inside the root must not be considered a part of it). It +;; files inside the root must not be considered a part of it). It ;; should be consistent with `project-files'. ;; ;; This list can change in future versions. -- 2.39.5