projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8c6e3f
)
; Capitalize 'project' in project-name's docstring
author
Dmitry Gutov
<dmitry@gutov.dev>
Sun, 14 Apr 2024 01:22:14 +0000
(
04:22
+0300)
committer
Dmitry Gutov
<dmitry@gutov.dev>
Mon, 15 Apr 2024 02:29:59 +0000
(
05:29
+0300)
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index da211566a3b6457dd3a80738e69ec68afa0a4339..000a05804a8b799961a585aeeb92f5191cebd237 100644
(file)
--- 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))))