Skip to content

Commit

Permalink
Tweak a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 17, 2021
1 parent 6e73d9d commit 0e2620a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,8 @@ just return nil."

(defun projectile-generate-process-name (process make-new &optional project)
"Infer the buffer name for PROCESS or generate a new one if MAKE-NEW is true.
The command operates on the current project by default, but you can also specify
a project explicitly via the optional PROJECT param."
The function operates on the current project by default, but you can also
specify a project explicitly via the optional PROJECT param."
(let* ((project (or project (projectile-acquire-root)))
(base-name (format "*%s %s*" process (projectile-project-name project))))
(if make-new
Expand Down

0 comments on commit 0e2620a

Please sign in to comment.