; Capitalize 'project' in project-name's docstring
authorDmitry Gutov <dmitry@gutov.dev>
Sun, 14 Apr 2024 01:22:14 +0000 (04:22 +0300)
committerDmitry Gutov <dmitry@gutov.dev>
Mon, 15 Apr 2024 02:29:59 +0000 (05:29 +0300)
lisp/progmodes/project.el

index da211566a3b6457dd3a80738e69ec68afa0a4339..000a05804a8b799961a585aeeb92f5191cebd237 100644 (file)
@@ -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))))