branch: elpa/tuareg commit 8326db534532e1edcf457cb702dba4160f8e47c0 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Fix the package content listing --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index be93561d49..d7acbafe72 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ code, to highlight important parts of the code, to run an OCaml (also called *toplevel*), and to run the OCaml debugger within Emacs. -Contents +Package Contents -------- -`README.md` — This file. -`HISTORY` — Differences with previous versions. -`tuareg.el` — A major mode for editing OCaml code in Emacs. -`ocamldebug.el` — To run the OCaml debugger under Emacs. -`sample.ml` — Sample file to check the indentation engine. -`compilation.txt` — To check the compilation regexp `tuareg--error-regexp`. +- `README.md` — This file. +- `HISTORY` — Differences with previous versions. +- `tuareg.el` — A major mode for editing OCaml code in Emacs. +- `ocamldebug.el` — To run the OCaml debugger under Emacs. +- `sample.ml` — Sample file to check the indentation engine. +- `compilation.txt` — To check the compilation regexp `tuareg--error-regexp`. Install -------