diff options
Diffstat (limited to 'emacs/caml-font-old.el')
-rw-r--r-- | emacs/caml-font-old.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/caml-font-old.el b/emacs/caml-font-old.el index 8faa542f0..12c318c90 100644 --- a/emacs/caml-font-old.el +++ b/emacs/caml-font-old.el @@ -1,6 +1,6 @@ ;(***********************************************************************) ;(* *) -;(* Objective Caml *) +;(* OCaml *) ;(* *) ;(* Jacques Garrigue and Ian T Zimmerman *) ;(* *) @@ -55,7 +55,7 @@ ; The same definition is in caml.el: ; we don't know in which order they will be loaded. (defvar caml-quote-char "'" - "*Quote for character constants. \"'\" for Objective Caml, \"`\" for Caml-Light.") + "*Quote for character constants. \"'\" for OCaml, \"`\" for Caml-Light.") (defconst caml-font-lock-keywords (list |