Skip to content

Commit 20f314a

Browse files
committed
Fix a command name
1 parent b71145e commit 20f314a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can install `Elixir-Mode` manually by placing `Elixir-Mode` on your `load-pa
8989
<td>Switches to elixir-mode.</td>
9090
</tr>
9191
<tr>
92-
<td><code>elixir-mode-opengithub</code></td>
92+
<td><code>elixir-mode-open-github</code></td>
9393
<td>Open the GitHub page for Elixir.</td>
9494
</tr>
9595
</tr>

elixir-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ is used to limit the scan."
414414
1 font-lock-negation-char-face)))
415415

416416
;;;###autoload
417-
(defun elixir-mode-open-modegithub ()
417+
(defun elixir-mode-open-github ()
418418
"Elixir mode open GitHub page."
419419
(interactive)
420420
(browse-url "https://github.com/elixir-lang/emacs-elixir"))
@@ -498,7 +498,7 @@ just return nil."
498498
'("Elixir"
499499
["Indent line" smie-indent-line]
500500
"---"
501-
["elixir-mode on GitHub" elixir-mode-open-modegithub]
501+
["elixir-mode on GitHub" elixir-mode-open-github]
502502
["Elixir homepage" elixir-mode-open-elixir-home]
503503
["About" elixir-mode-version]))
504504

0 commit comments

Comments
 (0)