From: Eli Zaretskii Date: Sat, 21 Aug 2021 07:10:28 +0000 (+0300) Subject: ; * lisp/progmodes/project.el: Fix punctuation in the commentary. X-Git-Tag: emacs-28.0.90~1405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=742ae84a9c53fd8479b0000e907028254a8add7f;p=emacs.git ; * lisp/progmodes/project.el: Fix punctuation in the commentary. --- 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.