emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] externals/caml cd1142f 187/197: Change camlc → ocamlc


From: Stefan Monnier
Subject: [nongnu] externals/caml cd1142f 187/197: Change camlc → ocamlc
Date: Sat, 21 Nov 2020 01:20:04 -0500 (EST)

branch: externals/caml
commit cd1142f1e6a9ad8d763688877ce76b2a7436d750
Author: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]