From fd461d955ac4e793d50a8a6ea0bc219f6ab05789 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 14 Apr 2024 04:22:14 +0300 Subject: [PATCH] ; Capitalize 'project' in project-name's docstring (cherry picked from commit 55a200d7071320311365787b60f311c7c91922d8) --- 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 e5fb69651f2..4958cb06bb3 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -291,7 +291,7 @@ headers search path, load path, class path, and so on." nil) (cl-defgeneric project-name (project) - "A human-readable name for the project. + "A human-readable name for the PROJECT. Nominally unique, but not enforced." (file-name-nondirectory (directory-file-name (project-root project)))) -- 2.39.5