Skip to content

Commit e90a7ae

Browse files
committed
Merge pull request #2 from syohex/wrong-function-name
Correct function name
2 parents 6eb3519 + 808527a commit e90a7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jira-markup-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ The location of the link component depends on the value of
10861086
Spaces in NAME are replaced with `jira-markup-link-space-sub-char'.
10871087
When in `gfm-mode', follow GitHub's conventions where [[Test Test]]
10881088
and [[test test]] both map to Test-test.ext."
1089-
(let ((basename (jira-markup-replace-regexp-in-string
1089+
(let ((basename (replace-regexp-in-string
10901090
"[[:space:]\n]" jira-markup-link-space-sub-char name)))
10911091
(when (eq major-mode 'gfm-mode)
10921092
(setq basename (concat (upcase (substring basename 0 1))

0 commit comments

Comments
 (0)