Skip to content

Commit 69642af

Browse files
committed
Tweak some docstrings
1 parent d7d30c3 commit 69642af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projectile.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5405,7 +5405,7 @@ External commands are: `projectile-configure-project',
54055405
`projectile-install-project', `projectile-package-project',
54065406
and `projectile-run-project'.
54075407
5408-
If the prefix argument SHOW_PROMPT is non nil, the command can be edited."
5408+
If the prefix argument SHOW-PROMPT is non nil, the command can be edited."
54095409
(interactive "P")
54105410
(let* ((project-root (projectile-acquire-root))
54115411
(command-history (projectile--get-command-history project-root))
@@ -5425,7 +5425,7 @@ If the prefix argument SHOW_PROMPT is non nil, the command can be edited."
54255425
(defun compilation-find-file-projectile-find-compilation-buffer (orig-fun marker filename directory &rest formats)
54265426
"Advice around compilation-find-file.
54275427
We enhance its functionality by appending the current project's directories
5428-
to its search path. This way when filenames in compilation buffers can't be
5428+
to its search path. This way when filenames in compilation buffers can't be
54295429
found by compilation's normal logic they are searched for in project
54305430
directories."
54315431
; If the file already exists, don't bother running the extra logic as the project directories might be massive (i.e. Unreal-sized).

0 commit comments

Comments
 (0)