branch: externals/caml
commit cd1142f1e6a9ad8d763688877ce76b2a7436d750
Author: Christophe Troestler <[email protected]>
Commit: Christophe Troestler <[email protected]>
Change camlc → ocamlc
---
caml.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/caml.el b/caml.el
index ea4630e..675307f 100644
--- a/caml.el
+++ b/caml.el
@@ -793,7 +793,7 @@ variable `caml-mode-indentation'."
(defconst caml-error-regexp
"^[ A-\377]+ \"\\([^\"\n]+\\)\", [A-\377]+ \\([0-9]+\\)[-,:]"
- "Regular expression matching the error messages produced by camlc.")
+ "Regular expression matching the error messages produced by ocamlc.")
;; Newer emacs versions support line/char ranges
;; We will adapt OCaml to output error messages in a compatible format.
@@ -833,7 +833,7 @@ variable `caml-mode-indentation'."
".*, .*, [A-\377]+ \\([0-9]+\\)-\\([0-9]+\\):?"
"Regular expression used by `next-error'.
This regular expression extracts the character numbers from an
-error message produced by camlc.")
+error message produced by ocamlc.")
;; Wrapper around next-error.