lisp-2 refers to Lisp-like languages with two different namespaces for variables and function names.
Lisp 2: some languages, like Common Lisp, have separate namespaces for variables and functions. Those are said to be a Lisp 2 language. A Lisp 1, like Scheme, does only have a single namespace.
Common Lisp actually has more than 2 namespaces.
For major difference between Lisp 1 and Lisp 2 see this question