]> git.eshelyaron.com Git - emacs.git/commitdiff
; Capitalize 'project' in project-name's docstring
authorDmitry Gutov <dmitry@gutov.dev>
Sun, 14 Apr 2024 01:22:14 +0000 (04:22 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:00:34 +0000 (14:00 +0300)
(cherry picked from commit 55a200d7071320311365787b60f311c7c91922d8)

lisp/progmodes/project.el

index e5fb69651f216f961b3db8904814c6fb54edeba5..4958cb06bb391ca7fdd768d0510ea5dba2a79165 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))))