From: Dmitry Gutov Date: Sun, 14 Apr 2024 01:22:14 +0000 (+0300) Subject: ; Capitalize 'project' in project-name's docstring X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1910 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=55a200d7071320311365787b60f311c7c91922d8;p=emacs.git ; Capitalize 'project' in project-name's docstring --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index da211566a3b..000a05804a8 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))))