Fix an anchor

This commit is contained in:
Bozhidar Batsov 2022-07-19 13:59:25 +03:00 committed by Rudi Grinberg
parent 62cb68c817
commit c850fd9927
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ copy&paste this to your `~/.emacs`:
(autoload 'utop "utop" "Toplevel for OCaml" t) (autoload 'utop "utop" "Toplevel for OCaml" t)
``` ```
### [Usage](#usage-emacs) ### Usage
<a href="emacs-usage"></a>
You can start utop inside Emacs with: `M-x utop`. You can start utop inside Emacs with: `M-x utop`.