From b46cf690a79fe9d0a7bb499e3555d42985310590 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 15 Aug 2017 11:42:18 -0400 Subject: [PATCH] fix docstring of utop-compat-resolve It forgot to mention the recently supported reason mode --- src/top/utop.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/top/utop.el b/src/top/utop.el index 93178d9..116dd4a 100644 --- a/src/top/utop.el +++ b/src/top/utop.el @@ -244,7 +244,7 @@ list of 3 function symbols: (tuareg-symbol typerex-symbol caml-symbol)." ((eq major-mode 'caml-mode ) (nth 2 choices)) ((eq major-mode 'reason-mode ) (nth 3 choices)) (t (error (format "utop doesn't support the major mode \"%s\". It -supports caml, tuareg and typerex modes by default. For other +supports caml, tuareg, typerex and reason modes by default. For other modes you need to set these variables: - `utop-next-phrase-beginning'