Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravg authored and bbatsov committed May 6, 2020
1 parent 5cd261d commit fcd5de9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ choices."

;;;###autoload
(defun projectile-switch-to-buffer-other-frame ()
"Switch to a project buffer and show it in another window."
"Switch to a project buffer and show it in another frame."
(interactive)
(switch-to-buffer-other-frame
(projectile-read-buffer-to-switch "Switch to buffer: ")))
Expand Down Expand Up @@ -1926,7 +1926,7 @@ Other file extensions can be customized with the variable `projectile-other-file

;;;###autoload
(defun projectile-find-other-file-other-frame (&optional flex-matching)
"Switch between files with the same name but different extensions in other window.
"Switch between files with the same name but different extensions in other frame.
With FLEX-MATCHING, match any file that contains the base name of current file.
Other file extensions can be customized with the variable `projectile-other-file-alist'."
(interactive "P")
Expand Down Expand Up @@ -2258,7 +2258,7 @@ With a prefix arg INVALIDATE-CACHE invalidates the cache first."

;;;###autoload
(defun projectile-find-dir-other-frame (&optional invalidate-cache)
"Jump to a project's directory in other window using completion.
"Jump to a project's directory in other frame using completion.
With a prefix arg INVALIDATE-CACHE invalidates the cache first."
(interactive "P")
Expand Down

0 comments on commit fcd5de9

Please sign in to comment.