diff --git a/lib/elixir/lib/kernel/special_forms.ex b/lib/elixir/lib/kernel/special_forms.ex index 6f4b2ef9007..abf898180c6 100644 --- a/lib/elixir/lib/kernel/special_forms.ex +++ b/lib/elixir/lib/kernel/special_forms.ex @@ -927,8 +927,7 @@ defmodule Kernel.SpecialForms do @doc """ When used inside quoting, marks that the variable should not be hygienized. The argument can be either a variable - node (i.e. a tuple with three elements where the last - one is an atom) or an atom representing the variable name. + unquoted or an atom representing the variable name. Check `quote/2` for more information. """ defmacro var!(var)