fix docstring of utop-compat-resolve

It forgot to mention the recently supported reason mode
This commit is contained in:
Rudi Grinberg 2017-08-15 11:42:18 -04:00
parent d6e873cafc
commit b46cf690a7
1 changed files with 1 additions and 1 deletions

View File

@ -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'