summaryrefslogtreecommitdiff
path: root/emacs/caml-types.el
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2003-04-06 12:45:03 +0000
committerDamien Doligez <damien.doligez-inria.fr>2003-04-06 12:45:03 +0000
commit1e16182dc03694a453182894a2078710e4452963 (patch)
treee0e725b2f41a41330b0d601bec552adb4ca9eadd /emacs/caml-types.el
parentfbfad72ae615319b0e969d602960f66de78501d0 (diff)
downloadocaml-1e16182dc03694a453182894a2078710e4452963.tar.gz
amelioration des locations
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5500 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'emacs/caml-types.el')
-rw-r--r--emacs/caml-types.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/caml-types.el b/emacs/caml-types.el
index f58598c9e8..ec20a1a8b8 100644
--- a/emacs/caml-types.el
+++ b/emacs/caml-types.el
@@ -34,11 +34,6 @@
; or on a semicolon, or on the :: constructor
; . Even if type checking fails, you can still look at the types
; in the file, up to and including where the type checker failed.
-; . The system doesn't "see" parentheses and begin/end. If you
-; put the cursor on a parenthesis, you will have the type of
-; the expression that contains the parenthesized expression.
-; If you want the parenthesized expression, you need to put the
-; cursor inside it (for example, in a space between its words).
; . To get rid of the highlighting, put the cursor in a comment
; and type C-c C-t.
; . The mark in the .types file is set to the beginning of the