File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ You can install `Elixir-Mode` manually by placing `Elixir-Mode` on your `load-pa
89
89
<td>Switches to elixir-mode.</td>
90
90
</tr>
91
91
<tr>
92
- <td><code>elixir-mode-opengithub </code></td>
92
+ <td><code>elixir-mode-open-github </code></td>
93
93
<td>Open the GitHub page for Elixir.</td>
94
94
</tr>
95
95
</tr>
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ is used to limit the scan."
414
414
1 font-lock-negation-char-face )))
415
415
416
416
;;;### autoload
417
- (defun elixir-mode-open-modegithub ()
417
+ (defun elixir-mode-open-github ()
418
418
" Elixir mode open GitHub page."
419
419
(interactive )
420
420
(browse-url " https://github.com/elixir-lang/emacs-elixir" ))
@@ -498,7 +498,7 @@ just return nil."
498
498
'(" Elixir"
499
499
[" Indent line" smie-indent-line]
500
500
" ---"
501
- [" elixir-mode on GitHub" elixir-mode-open-modegithub ]
501
+ [" elixir-mode on GitHub" elixir-mode-open-github ]
502
502
[" Elixir homepage" elixir-mode-open-elixir-home]
503
503
[" About" elixir-mode-version]))
504
504
You can’t perform that action at this time.
0 commit comments