Skip to content

Commit b71145e

Browse files
authored
Merge pull request #378 from bbatsov/fix-command-name
Fix a broken menu entry
2 parents 7658287 + 4c1d5bc commit b71145e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elixir-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ just return nil."
499499
["Indent line" smie-indent-line]
500500
"---"
501501
["elixir-mode on GitHub" elixir-mode-open-modegithub]
502-
["Elixir homepage" elixir-mode-open-elixirhome]
502+
["Elixir homepage" elixir-mode-open-elixir-home]
503503
["About" elixir-mode-version]))
504504

505505
;;;###autoload

0 commit comments

Comments
 (0)