From: Dmitry Gutov Date: Sun, 14 Apr 2024 01:22:14 +0000 (+0300) Subject: ; Capitalize 'project' in project-name's docstring X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd461d955ac4e793d50a8a6ea0bc219f6ab05789;p=emacs.git ; Capitalize 'project' in project-name's docstring (cherry picked from commit 55a200d7071320311365787b60f311c7c91922d8) --- 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))))