Skip to content

Commit 6f93c58

Browse files
committed
Lint package and rename functions
1 parent ddf8a20 commit 6f93c58

File tree

5 files changed

+127
-127
lines changed

5 files changed

+127
-127
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Below is listed the various commands provided by the package.
5454

5555
| Command | Description |
5656
|:--------------------------------|:-------------------------------------------------------------------------------------------------------------------|
57-
| `run-root` | Start the ROOT REPL in the same window. |
58-
| `run-root-other-window` | Start the ROOT REPL in a different window. |
57+
| `root-run` | Start the ROOT REPL in the same window. |
58+
| `root-run-other-window` | Start the ROOT REPL in a different window. |
5959
| `root-switch-to-repl` | Move the cursor to the ROOT REPL. |
6060
| `root-eval-region` | Evaluate a marked region in ROOT. |
6161
| `root-eval-line` | Evaluate this line in the REPL. |
@@ -127,7 +127,7 @@ using:
127127
```bash
128128
emacs -batch \
129129
-l ert \
130-
-l root.el \
130+
-l root-mode.el \
131131
-l tests/test-root.el \
132132
-f ert-run-tests-batch-and-exit
133133
```

docs/index.html

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)