Skip to content

Commit

Permalink
[Fix clojure-emacs#2148] Fix Doc. typo again (clojure-emacs#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulawaker committed Jan 7, 2018
1 parent 8f83656 commit 3404c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-common.el
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ create a valid path."
"Constructs a Tramp file prefix from METHOD, USER, HOST.
It originated from Tramp's `tramp-make-tramp-file-name'. The original be forced
to make full file name with `with-parsed-tramp-file-name', not providing
prefix only option. This function does not support to emacs 26 or later."
prefix only option. This function does not support to Emacs 26 or later."
(concat tramp-prefix-format
(when (not (zerop (length method)))
(concat method tramp-postfix-method-format))
Expand Down

0 comments on commit 3404c11

Please sign in to comment.